aboutsummaryrefslogtreecommitdiff
path: root/test/test_ADM/test_ADM.par
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_ADM/test_ADM.par')
-rw-r--r--test/test_ADM/test_ADM.par52
1 files changed, 52 insertions, 0 deletions
diff --git a/test/test_ADM/test_ADM.par b/test/test_ADM/test_ADM.par
new file mode 100644
index 0000000..bb2b11c
--- /dev/null
+++ b/test/test_ADM/test_ADM.par
@@ -0,0 +1,52 @@
+!DESC "Geodesically sliced black hole, ADM, Staggered leapfrog"
+
+# $Header$
+#
+# /*@@
+# @file test_ADM_1.par
+# @date Sunday 24th July
+# @author Gabrielle Allen
+# @desc
+# ADMConstraints test file
+# @enddesc
+# @@*/
+
+# Required thorns
+ActiveThorns = "Boundary Time ADMconstraints pugh pughreduce cartgrid3d einstein ADM idanalyticbh ioutil iobasic"
+
+# GENERAL
+
+driver::global_nx = 20
+driver::global_ny = 20
+driver::global_nz = 20
+
+grid::type = "byspacing"
+grid::dxyz = 0.2
+grid::domain = "octant"
+
+time::dtfac = 0.25
+
+cactus::cctk_initial_time = 0.
+cactus::cctk_itlast = 10
+
+
+# Einstein
+
+einstein::initial_data = "schwarzschild"
+einstein::evolution_system = "ADM"
+
+adm::method = "stagleap"
+adm::bound = "flat"
+einstein::slicing = "1+log"
+
+# Output
+
+IO::outdir = "test_ADM"
+IO::out_fileinfo = "none"
+
+IOBasic::outScalar_every = 2
+IOBasic::outScalar_vars = "admconstraints::hamiltonian admconstraints::momentum"
+
+IOBasic::outInfo_every = 1
+IOBasic::outInfo_vars = "admconstraints::ham einstein::gxx"
+