From ab24e618e8df187e958c7176d72a295aa4e8e7ef Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Tue, 1 Nov 2016 18:28:45 +0000
Subject: [PATCH] Also updated the number of top-level cells in the Gresho
 vortex example

---
 examples/GreshoVortex_2D/gresho.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/examples/GreshoVortex_2D/gresho.yml b/examples/GreshoVortex_2D/gresho.yml
index d3de962b9b..746bad2954 100644
--- a/examples/GreshoVortex_2D/gresho.yml
+++ b/examples/GreshoVortex_2D/gresho.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