From 00eb15b500ed75c2db4a47609d5fae29c9f76e1e Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Sun, 11 Feb 2018 11:38:48 +0000 Subject: [PATCH] Reduce even furhter the minimal allowed time-step in the EAGLE-100 test case --- examples/EAGLE_100/eagle_100.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/EAGLE_100/eagle_100.yml b/examples/EAGLE_100/eagle_100.yml index e8a859aa63..4c3caa08f6 100644 --- a/examples/EAGLE_100/eagle_100.yml +++ b/examples/EAGLE_100/eagle_100.yml @@ -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: -- GitLab