Skip to content
Snippets Groups Projects
Commit 00eb15b5 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Reduce even furhter the minimal allowed time-step in the EAGLE-100 test case

parent bd8ac24a
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ InternalUnitSystem:
TimeIntegration:
time_begin: 0. # The starting time of the simulation (in internal units).
time_end: 1e-2 # The end time of the simulation (in internal units).
dt_min: 1e-11 # The minimal time-step size of the simulation (in internal units).
dt_min: 1e-12 # The minimal time-step size of the simulation (in internal units).
dt_max: 1e-4 # The maximal time-step size of the simulation (in internal units).
Scheduler:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment