From fee943f7a2421d3e54ca5a2001353d24dd0531ee Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Tue, 1 Nov 2016 15:58:21 +0000 Subject: [PATCH] Updated YAML files of the 2D examples with new values for the #top level cells. --- examples/KelvinHelmholtz_2D/kelvinHelmholtz.yml | 3 +++ examples/SodShock_2D/sodShock.yml | 3 +++ examples/SquareTest_2D/square.yml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/examples/KelvinHelmholtz_2D/kelvinHelmholtz.yml b/examples/KelvinHelmholtz_2D/kelvinHelmholtz.yml index 4d121a6f1c..a229ecbded 100644 --- a/examples/KelvinHelmholtz_2D/kelvinHelmholtz.yml +++ b/examples/KelvinHelmholtz_2D/kelvinHelmholtz.yml @@ -6,6 +6,9 @@ InternalUnitSystem: UnitCurrent_in_cgs: 1 # Amperes UnitTemp_in_cgs: 1 # Kelvin +Scheduler: + max_top_level_cells: 30 + # Parameters governing the time integration TimeIntegration: time_begin: 0. # The starting time of the simulation (in internal units). diff --git a/examples/SodShock_2D/sodShock.yml b/examples/SodShock_2D/sodShock.yml index e7e01fa36b..7ee61adf38 100644 --- a/examples/SodShock_2D/sodShock.yml +++ b/examples/SodShock_2D/sodShock.yml @@ -6,6 +6,9 @@ InternalUnitSystem: UnitCurrent_in_cgs: 1 # Amperes UnitTemp_in_cgs: 1 # Kelvin +Scheduler: + max_top_level_cells: 60 + # Parameters governing the time integration TimeIntegration: time_begin: 0. # The starting time of the simulation (in internal units). diff --git a/examples/SquareTest_2D/square.yml b/examples/SquareTest_2D/square.yml index a4a9e5dea8..40ccf41cec 100644 --- a/examples/SquareTest_2D/square.yml +++ b/examples/SquareTest_2D/square.yml @@ -6,6 +6,9 @@ InternalUnitSystem: UnitCurrent_in_cgs: 1 # Amperes UnitTemp_in_cgs: 1 # Kelvin +Scheduler: + max_top_level_cells: 15 + # Parameters governing the time integration TimeIntegration: time_begin: 0. # The starting time of the simulation (in internal units). -- GitLab