Skip to content
Snippets Groups Projects

Remove the fixdt policy. fixdt can be achieved by setting dt_min and dt_max to the same value.

Merged Matthieu Schaller requested to merge no_fixdt into master
+ 44
264
Compare changes
  • Side-by-side
  • Inline
Files
@@ -5,7 +5,7 @@ echo "Generating initial conditions for the cooling box example..."
python makeIC.py 10
../swift_fixdt -s -C -t 16 coolingBox.yml
../swift -s -C -t 16 coolingBox.yml
#-C 2>&1 | tee output.log
Loading