From aa04e99b9f77482151489d3543401d9653d877b7 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Mon, 1 Jan 2018 13:17:01 +0000
Subject: [PATCH] Set better numbers of top-level cells in the EAGLE-12,
 EAGLE-25 and EAGLE-50 yaml scripts.

---
 examples/EAGLE_12/eagle_12.yml | 3 +++
 examples/EAGLE_50/eagle_50.yml | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/examples/EAGLE_12/eagle_12.yml b/examples/EAGLE_12/eagle_12.yml
index 53eb99765d..054356c2fb 100644
--- a/examples/EAGLE_12/eagle_12.yml
+++ b/examples/EAGLE_12/eagle_12.yml
@@ -12,6 +12,9 @@ TimeIntegration:
   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_max:     1e-4  # The maximal time-step size of the simulation (in internal units).
+
+Scheduler:
+  max_top_level_cells:    15
   
 # Parameters governing the snapshots
 Snapshots:
diff --git a/examples/EAGLE_50/eagle_50.yml b/examples/EAGLE_50/eagle_50.yml
index 2a6b1ef156..0fe1007414 100644
--- a/examples/EAGLE_50/eagle_50.yml
+++ b/examples/EAGLE_50/eagle_50.yml
@@ -13,6 +13,9 @@ TimeIntegration:
   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).
 
+Scheduler:
+  max_top_level_cells: 40
+
 # Parameters governing the snapshots
 Snapshots:
   basename:            eagle # Common part of the name of output files
-- 
GitLab