Skip to content
Snippets Groups Projects
Commit af186ddb authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

limit time for CosmoVolume.

parent 35b13d49
No related branches found
No related tags found
1 merge request!118One major change to replace all gpart id/parts with the new id_or_neg_offset.
......@@ -14,9 +14,9 @@ Scheduler:
# Parameters governing the time integration
TimeIntegration:
time_begin: 0. # The starting time of the simulation (in internal units).
time_end: 1. # The end time of the simulation (in internal units).
time_end: 1e-4 # The end time of the simulation (in internal units).
dt_min: 1e-7 # The minimal time-step size of the simulation (in internal units).
dt_max: 1e-2 # The maximal time-step size of the simulation (in internal units).
dt_max: 1e-4 # The maximal time-step size of the simulation (in internal units).
# Parameters governing the snapshots
Snapshots:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment