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

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

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