Skip to content

Commit 28333b9

Browse files
Update running-example.md
1 parent 696a786 commit 28333b9

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

docs/running-example.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ python coldcollapse.py
1111
```
1212

1313
Explaining the flags:
14-
../../next = Go up 2 directories (into project root) and run executable
1514

16-
coldcollapse.txt = The name of the specified "scenario" / "initial condition"
15+
- ../../next = Go up 2 directories (into project root) and run executable
1716

18-
8 = Set openmp threads to 8, if your cpu has more, you can change it
17+
- coldcollapse.txt = The name of the specified "scenario" / "initial condition"
1918

20-
0.25 = Timestep, how fast the simulation will run
19+
- 8 = Set openmp threads to 8, if your cpu has more, you can change it
2120

22-
0.2 = Caching interval, how fast NEXT would plot caching
21+
- 0.25 = Timestep, how fast the simulation will run
2322

24-
vtu = Caching format, there is aswell vtk
23+
- 0.2 = Caching interval, how fast NEXT would plot caching
24+
25+
- vtu = Caching format, there is currently vtk|vtu

0 commit comments

Comments
 (0)