aboutsummaryrefslogtreecommitdiff
path: root/test/ADMConstraints_Physical/ADMConstraints_Physical.par
diff options
context:
space:
mode:
Diffstat (limited to 'test/ADMConstraints_Physical/ADMConstraints_Physical.par')
-rw-r--r--test/ADMConstraints_Physical/ADMConstraints_Physical.par51
1 files changed, 0 insertions, 51 deletions
diff --git a/test/ADMConstraints_Physical/ADMConstraints_Physical.par b/test/ADMConstraints_Physical/ADMConstraints_Physical.par
deleted file mode 100644
index ae6dba0..0000000
--- a/test/ADMConstraints_Physical/ADMConstraints_Physical.par
+++ /dev/null
@@ -1,51 +0,0 @@
-!DESC "Constraints for Schwarzschild with physical metric"
-
-# $Header$
-#
-# /*@@
-# @file test_ADM_1.par
-# @date Sunday 24th July
-# @author Gabrielle Allen
-# @desc
-# ADMConstraints test file
-# @enddesc
-# @@*/
-
-# Required thorns
-ActiveThorns = "ADMCoupling localreduce Boundary Time ADMconstraints ADM CoordGauge pugh pughreduce CartGrid3D CoordBase SymBase 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 = "physical"
-
-ADMBase::evolution_method = "ADM"
-ADMBase::lapse_evolution_method = "1+log"
-
-adm::method = "stagleap"
-adm::bound = "flat"
-
-# Output
-
-IO::out_dir = "ADMConstraints_Physical"
-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"
-