From c5c9009e2277dde64ff15cf2a0a9d17d9d5dcf6d Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Sat, 14 Sep 2019 17:41:01 +0200
Subject: [PATCH] Increase the accuracy of the gravity parameters in the
 EAGLE-ICs examples.

---
 examples/EAGLE_ICs/EAGLE_12/eagle_12.yml | 3 +--
 examples/EAGLE_ICs/EAGLE_25/eagle_25.yml | 3 +--
 examples/EAGLE_ICs/EAGLE_50/eagle_50.yml | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml b/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml
index bb7c935ffa..ad20f401d2 100644
--- a/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml
+++ b/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml
@@ -38,7 +38,7 @@ Statistics:
 # Parameters for the self-gravity scheme
 Gravity:
   eta:                    0.025     # Constant dimensionless multiplier for time integration.
-  theta:                  0.7       # Opening angle (Multipole acceptance criterion)
+  theta:                  0.5       # Opening angle (Multipole acceptance criterion)
   mesh_side_length:       64
   comoving_DM_softening:         0.0026994 # Comoving DM softening length (in internal units).
   max_physical_DM_softening:     0.0007    # Max physical DM softening length (in internal units).
@@ -69,7 +69,6 @@ FOF:
 
 Scheduler:
   max_top_level_cells:   16
-  cell_split_size:       100
   tasks_per_cell:        5
 
 Restarts:
diff --git a/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml b/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml
index 5131dad836..fd902d27da 100644
--- a/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml
+++ b/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml
@@ -38,7 +38,7 @@ Statistics:
 # Parameters for the self-gravity scheme
 Gravity:
   eta:                    0.025     # Constant dimensionless multiplier for time integration.
-  theta:                  0.7       # Opening angle (Multipole acceptance criterion)
+  theta:                  0.5       # Opening angle (Multipole acceptance criterion)
   mesh_side_length:       128
   comoving_DM_softening:         0.0026994 # Comoving DM softening length (in internal units).
   max_physical_DM_softening:     0.0007    # Max physical DM softening length (in internal units).
@@ -69,7 +69,6 @@ FOF:
 
 Scheduler:
   max_top_level_cells:   16
-  cell_split_size:       100
   tasks_per_cell:        5
 
 Restarts:
diff --git a/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml b/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml
index 7e16740866..3091fb0be3 100644
--- a/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml
+++ b/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml
@@ -38,7 +38,7 @@ Statistics:
 # Parameters for the self-gravity scheme
 Gravity:
   eta:                    0.025     # Constant dimensionless multiplier for time integration.
-  theta:                  0.7       # Opening angle (Multipole acceptance criterion)
+  theta:                  0.5       # Opening angle (Multipole acceptance criterion)
   mesh_side_length:       256
   comoving_DM_softening:         0.0026994 # Comoving DM softening length (in internal units).
   max_physical_DM_softening:     0.0007    # Max physical DM softening length (in internal units).
@@ -69,7 +69,6 @@ FOF:
 
 Scheduler:
   max_top_level_cells:   32
-  cell_split_size:       100
   tasks_per_cell:        5
 
 Restarts:
-- 
GitLab