aboutsummaryrefslogtreecommitdiff
path: root/test/ADMConstraints_Shift.par
diff options
context:
space:
mode:
Diffstat (limited to 'test/ADMConstraints_Shift.par')
-rw-r--r--test/ADMConstraints_Shift.par52
1 files changed, 52 insertions, 0 deletions
diff --git a/test/ADMConstraints_Shift.par b/test/ADMConstraints_Shift.par
new file mode 100644
index 0000000..2a95f5e
--- /dev/null
+++ b/test/ADMConstraints_Shift.par
@@ -0,0 +1,52 @@
+!DESC "Constraints for Schwarzschild with mask and shift activated"
+
+# $Header$
+#
+# /*@@
+# @file test_ADM_1.par
+# @date Sunday 24th July
+# @author Gabrielle Allen
+# @desc
+# ADMConstraints test file
+# @enddesc
+# @@*/
+
+# Required thorns
+ActiveThorns = "Boundary Time ADMconstraints ADM CoordGauge pugh pughreduce cartgrid3d ADMBase StaticConformal admmacros spacemask 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"
+
+cactus::cctk_itlast = 3
+
+
+# Einstein
+
+ADMBase::initial_data = "schwarzschild"
+ADMBase::metric_type = "static conformal"
+ADMBase::initial_shift = "zero"
+
+ADMBase::evolution_method = "ADM"
+ADMBase::lapse_evolution_method = "1+log"
+
+adm::method = "stagleap"
+adm::bound = "flat"
+
+# Output
+
+IO::out_dir = "ADMConstraints_Shift"
+IO::out_fileinfo = "none"
+
+IOBasic::outScalar_every = 1
+IOBasic::outScalar_vars = "admconstraints::hamiltonian admconstraints::momentum"
+
+IOBasic::outInfo_every = 1
+IOBasic::outInfo_vars = "admconstraints::ham admbase::gxx"
+