aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_AHF_2.par58
1 files changed, 58 insertions, 0 deletions
diff --git a/test/test_AHF_2.par b/test/test_AHF_2.par
new file mode 100644
index 0000000..6f45354
--- /dev/null
+++ b/test/test_AHF_2.par
@@ -0,0 +1,58 @@
+!DESC "AHFinder on schwarzschild BH, mass=2, flow"
+
+# Active thorns.
+
+activethorns = "Time CartGrid3D Einstein boundary adm IDAnalyticBH IOBasic IOUtil IOASCII PUGH ahfinder interp"
+
+# Grid.
+
+grid::type = "byspacing"
+grid::dxyz = 0.05
+grid::domain = "octant"
+
+driver::global_nx = 100
+driver::global_ny = 100
+driver::global_nz = 100
+
+cactus::cctk_itlast = 0
+
+# Initial data.
+
+einstein::initial_data = "schwarzschild"
+
+IDAnalyticBH::mass = 2.0
+
+# Evolution.
+
+einstein::evolution_system = "ADM"
+
+adm::bound = "flat"
+adm::verbose = "yes"
+
+# Gauge.
+
+einstein::initial_lapse = "one"
+einstein::slicing = "geodesic"
+
+# AHFinder.
+
+ahfinder::ahf_active = "yes"
+ahfinder::ahf_flow = "yes"
+ahfinder::ahf_gaussout = "yes"
+
+ahfinder::ahf_phi = "no"
+ahfinder::ahf_octant = "high"
+
+ahfinder::ahf_lmax = 0
+
+# Interpolation.
+
+interp::order = 1
+
+# Output.
+
+IO::outdir = "test_AHF_2"
+
+IO::out_every = 1
+IOASCII::out1D_vars = ""
+