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

Better choice for maximal time-step size in all the EAGLE test cases.

parent e331b8f4
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ TimeIntegration: ...@@ -20,7 +20,7 @@ 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-12 # 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). dt_max: 1e-3 # The maximal time-step size of the simulation (in internal units).
Scheduler: Scheduler:
max_top_level_cells: 80 max_top_level_cells: 80
......
...@@ -20,7 +20,7 @@ TimeIntegration: ...@@ -20,7 +20,7 @@ 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-10 # 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-3 # The maximal time-step size of the simulation (in internal units).
Scheduler: Scheduler:
max_top_level_cells: 8 max_top_level_cells: 8
......
...@@ -20,7 +20,7 @@ TimeIntegration: ...@@ -20,7 +20,7 @@ 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-10 # 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-3 # The maximal time-step size of the simulation (in internal units).
Scheduler: Scheduler:
max_top_level_cells: 16 max_top_level_cells: 16
......
...@@ -20,7 +20,7 @@ TimeIntegration: ...@@ -20,7 +20,7 @@ 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-10 # 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-3 # The maximal time-step size of the simulation (in internal units).
Scheduler: Scheduler:
max_top_level_cells: 20 max_top_level_cells: 20
......
...@@ -24,8 +24,7 @@ TimeIntegration: ...@@ -24,8 +24,7 @@ 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-10 # 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-3 # The maximal time-step size of the simulation (in internal units).
max_dt_RMS_factor: 0.25
# Parameters governing the snapshots # Parameters governing the snapshots
Snapshots: Snapshots:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment