aboutsummaryrefslogtreecommitdiff
path: root/test/ADMConstraints_Physical/ADMConstraints_Physical.par
diff options
context:
space:
mode:
authorschnetter <schnetter@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2006-07-13 15:28:40 +0000
committerschnetter <schnetter@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2006-07-13 15:28:40 +0000
commitfcafc6da844b1a4f1ae6b830338ae15e0fbc01d0 (patch)
treea0570cdb54d317981537f6c176eae4a66f441841 /test/ADMConstraints_Physical/ADMConstraints_Physical.par
parentdbf8a02251ee84e35b49ff45d6a9170acdf24b95 (diff)
Update test case.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@123 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
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"
-