aboutsummaryrefslogtreecommitdiff
path: root/test/test_ADM/test_ADM.par
diff options
context:
space:
mode:
authorallen <allen@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2002-04-24 05:00:10 +0000
committerallen <allen@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2002-04-24 05:00:10 +0000
commit23865da9bc84ef55aeabe6ea9421adbdc6454081 (patch)
tree94f039b475f3a7fb8a26a185ae3a466c33258413 /test/test_ADM/test_ADM.par
parent45a6d9c062e8028340154594a8b563aeff09303d (diff)
Testsuite for ADMConstraints
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@61 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
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"
+