aboutsummaryrefslogtreecommitdiff
path: root/test/test_AHF_2.par
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_AHF_2.par')
-rw-r--r--test/test_AHF_2.par14
1 files changed, 9 insertions, 5 deletions
diff --git a/test/test_AHF_2.par b/test/test_AHF_2.par
index 39e2c0c..8f488fb 100644
--- a/test/test_AHF_2.par
+++ b/test/test_AHF_2.par
@@ -2,7 +2,7 @@
# Active thorns.
-activethorns = "Time CartGrid3D Einstein boundary adm IDAnalyticBH IOBasic IOUtil IOASCII PUGH PUGHSlab PUGHReduce PUGHInterp AHFinder"
+activethorns = "Time CartGrid3D AdmBase StaticConformal SpaceMask CoordGauge ADMMacros Boundary ADM IDAnalyticBH IOBasic IOUtil IOASCII PUGH PUGHSlab PUGHReduce PUGHInterp AHFinder"
# Grid.
@@ -16,23 +16,27 @@ driver::global_nz = 25
cactus::cctk_itlast = 0
+# conformal state
+
+ADMBase::metric_type = "static conformal"
+
# Initial data.
-einstein::initial_data = "schwarzschild"
+ADMBase::initial_data = "schwarzschild"
IDAnalyticBH::mass = 2.0
# Evolution.
-einstein::evolution_system = "ADM"
+ADMBase::evolution_method = "ADM"
adm::bound = "flat"
adm::verbose = "yes"
# Gauge.
-einstein::initial_lapse = "one"
-einstein::slicing = "geodesic"
+ADMBase::initial_lapse = "one"
+ADMBase::lapse_evolution_method = "geodesic"
# AHFinder.