aboutsummaryrefslogtreecommitdiff
path: root/test/test_legoexcision/test_legoexcision.par
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_legoexcision/test_legoexcision.par')
-rw-r--r--test/test_legoexcision/test_legoexcision.par63
1 files changed, 63 insertions, 0 deletions
diff --git a/test/test_legoexcision/test_legoexcision.par b/test/test_legoexcision/test_legoexcision.par
new file mode 100644
index 0000000..4153391
--- /dev/null
+++ b/test/test_legoexcision/test_legoexcision.par
@@ -0,0 +1,63 @@
+!DESC "LegoExcision with AHFinder on schwarzschild BH"
+
+# Active thorns.
+
+activethorns = "Time CartGrid3D Einstein Boundary ADM_BSSN IDAnalyticBH IOBasic IOUtil IOASCII PUGH PUGHSlab PUGHreduce PUGHInterp AHFinder LegoExcision"
+
+# Grid.
+
+grid::type = "byspacing"
+grid::dxyz = 0.2
+grid::domain = "octant"
+
+driver::global_nx = 25
+driver::global_ny = 25
+driver::global_nz = 25
+
+cactus::cctk_itlast = 5
+
+# Initial data.
+
+einstein::initial_data = "schwarzschild"
+IDAnalyticBH::mass = 4.0
+
+# Evolution.
+
+einstein::evolution_system = "ADM_BSSN"
+
+# Excision.
+
+einstein::use_mask = "yes"
+
+adm_bssn::excise = "yes"
+adm_bssn::excisiontype = "lego"
+
+ahfinder::ahf_mask = "weak"
+
+# Gauge.
+
+einstein::initial_lapse = "one"
+einstein::slicing = "geodesic"
+
+# AHFinder.
+
+ahfinder::ahf_active = "yes"
+ahfinder::ahf_findevery = 3
+ahfinder::ahf_gaussout = "yes"
+
+ahfinder::ahf_phi = "no"
+ahfinder::ahf_octant = "high"
+
+ahfinder::ahf_lmax = 0
+
+# Interpolation.
+
+ahfinder::interpolation_order = 1
+
+# Output.
+
+IO::outdir = "test_legoexcision"
+
+IO::out_every = 1
+IOASCII::out1D_vars = "einstein::metric einstein::emask"
+