aboutsummaryrefslogtreecommitdiff
path: root/test/ConstraintViolate.par
diff options
context:
space:
mode:
Diffstat (limited to 'test/ConstraintViolate.par')
-rw-r--r--test/ConstraintViolate.par36
1 files changed, 36 insertions, 0 deletions
diff --git a/test/ConstraintViolate.par b/test/ConstraintViolate.par
new file mode 100644
index 0000000..904d61d
--- /dev/null
+++ b/test/ConstraintViolate.par
@@ -0,0 +1,36 @@
+
+!DESC "Constraint violating Gaussian initial data"
+
+ActiveThorns = "SpaceMask Boundary ADMBase ADM ADMMacros ADMConstraints CoordGauge StaticConformal CartGrid3D IOBasic IOUtil IOASCII IDConstraintViolate Pugh PughReduce PughSlab Time"
+
+#------------------------------------------------------------------------------
+
+driver::global_nsize = 10
+
+cactus::cctk_itlast = 10
+
+IOBasic::outInfo_vars = "admbase::alp admbase::gxx"
+IOBasic::outInfo_every = 1
+IOASCII::out1D_vars = "admbase::alp admbase::gxx admconstraints::ham admconstraints::momentum"
+IOASCII::out1D_every = 1
+
+#------------------------------------------------------------------------------
+
+IO::out_dir = "ConstraintViolate"
+IO::new_filename_scheme = "no"
+
+grid::type = "box"
+
+time::dtfac = 0.25
+
+admbase::metric_type = "physical"
+admbase::initial_data = "constraint violating gaussian"
+admbase::evolution_method = "ADM"
+admbase::lapse_evolution_method = "1+log"
+admbase::initial_lapse = "one"
+
+adm::bound = "radiative"
+adm::method = "stagleap"
+
+#------------------------------------------------------------------------------
+