aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorlanfer <lanfer@89daf98e-ef62-4674-b946-b8ff9de2216c>1999-11-02 11:42:55 +0000
committerlanfer <lanfer@89daf98e-ef62-4674-b946-b8ff9de2216c>1999-11-02 11:42:55 +0000
commite37f577a4c106d837ffd31f368689b47274eab0c (patch)
tree34911fb2c776e1663b87bf74b60f5d4483a07180 /test
parent9226b00f06d9248b8f8213ed1847990a736f2080 (diff)
a parfile, corresponding to AHF in Cac3
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@25 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'test')
-rw-r--r--test/test_AHF_1.par84
1 files changed, 84 insertions, 0 deletions
diff --git a/test/test_AHF_1.par b/test/test_AHF_1.par
new file mode 100644
index 0000000..3364b9c
--- /dev/null
+++ b/test/test_AHF_1.par
@@ -0,0 +1,84 @@
+!DESC "black hole (compares to bhole.par in Cac3), AH finding
+
+# $Header$
+#
+# /*@@
+# @file test_ADM_4.par
+# @date Sunday 18 October 1999
+# @author Gerd Lanfermann
+# @desc
+# ADM test file
+# @enddesc
+# @@*/
+
+# Required thorns
+ActiveThorns = "Time pugh cartgrid3d einstein ADM idanalyticbh ioutil iobasic ioascii ahfinder interp"
+
+# GENERAL
+
+driver::global_nx = 20
+driver::global_ny = 20
+driver::global_nz = 20
+
+grid::type = "byspacing"
+grid::dxyz = 0.8
+grid::domain = "full"
+
+cactus::cctk_initial_time = 0.
+cactus::cctk_itlast = 1
+
+#AHF
+
+# Einstein
+
+einstein::initial_data = "schwarzschild"
+einstein::evolution_system = "ADM"
+time::dtfac = 0.25
+
+adm::method = "stagleap"
+adm::bound = "flat"
+einstein::slicing = "geodesic"
+
+#AHF
+ahfinder::ah_persists = no
+ahfinder::ahf_active = yes
+ahfinder::ahf_findevery = 2
+ahfinder::ahf_veryverbose= yes
+
+ahfinder::ahf_flow = yes
+ahfinder::ahf_phi = no
+
+ahfinder::ahf_refx = yes
+ahfinder::ahf_refy = yes
+ahfinder::ahf_refz = yes
+ahfinder::ahf_offset = no
+
+ahfinder::ahf_sloppyguess= yes
+
+ahfinder::ahf_gaussout = yes
+ahfinder::ahf_logfile = yes
+ahfinder::ahf_areamap = yes
+
+ahfinder::ahf_ntheta = 100
+ahfinder::ahf_nphi = 100
+ahfinder::ahf_nn0 = 10
+ahfinder::ahf_nn2 = 10
+ahfinder::ahf_lmax = 6
+ahfinder::ahf_tol = 0.1
+
+einstein::initial_lapse = "one"
+einstein::slicing = "geodesic"
+einstein::evolution_system = "ADM"
+einstein::initial_data = "schwarzschild"
+
+
+# Output
+IOASCII::out1D_every = 0
+IOASCII::out1D_vars = "einstein::gxx einstein::kxx einstein::alp"
+IOBasic::outScalar_every = 0
+IOBasic::outScalar_vars = "einstein::gxx einstein::kxx einstein::alp"
+IOBasic::outInfo_every = 0
+IOBasic::outInfo_vars = "einstein::gxx einstein::kxx einstein::alp"
+IO::outdir = "test_ADM_4"
+
+##################################################################