Skip to content

Commit a4cffec

Browse files
Update getting_started-public.md
1 parent 2f1a7f0 commit a4cffec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/getting_started-public.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ with the basic formula.
2727
The trick: **Barnes-Hut** instead of looking at each particle one-by-one NEXT scans the simulation and divides particles into groups
2828
and starts to treat them as "big stars".
2929

30-
NEXT, however doesnt use basic Barnes-Hut; it uses **Barnes-Hut With High Ordering Multipoles**, instead of treating it like a "big star", it adds extra detail using a **dipole, quadrupole, and higher terms** into the calculation, adding shape and spread
31-
preserving accuracy of the engine (usually **5-7 times more stable**).
30+
NEXT, however doesnt use basic Barnes-Hut; it uses **Barnes-Hut With High Ordering Multipoles**, instead of treating it like a "big star", it adds extra detail using a **dipole, quadrupole, and higher terms** into the calculation, **adding shape and spread
31+
preserving accuracy of the engine**
3232

3333
That means that NEXT can simulate thousands (if not millions) particles at once interacting, while still being fast!

0 commit comments

Comments
 (0)