aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-05-02 07:27:48 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-05-02 07:27:48 +0000
commit8f912d97295155295089c7208030f8ac6e1f3123 (patch)
tree48efafef5ae97dfe4d6a1c66f92c19d902de0e48 /test
parent50607aeb807a15d7ca5b14f920ba92d825aa00cf (diff)
Fixing testsuite.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@84 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'test')
-rw-r--r--test/test_AHF_1.par68
1 files changed, 36 insertions, 32 deletions
diff --git a/test/test_AHF_1.par b/test/test_AHF_1.par
index 4bd3153..f452a26 100644
--- a/test/test_AHF_1.par
+++ b/test/test_AHF_1.par
@@ -1,45 +1,49 @@
!DESC "AHFinder on schwarzschild BH, mass=2, flow"
+
+# Active thorns.
+
activethorns = "CartGrid3D Einstein boundary adm IDAnalyticBH IOBasic IOUtil IOASCII PUGH ahfinder interp"
-cactus::cctk_itlast = 2
+# Grid.
grid::type = "byspacing"
-grid::dxyz = 0.1
+grid::dxyz = 0.2
grid::domain = "octant"
-driver::global_nx = 8
-driver::global_ny = 8
-driver::global_nz = 8
-
-ahfinder::ah_persists = "no"
-ahfinder::ahf_active = "yes"
-ahfinder::ahf_flow = "yes"
-ahfinder::ahf_veryverbose ="yes"
-ahfinder::ahf_sloppyguess = yes
-ahfinder::ahf_maxiter = 2
-ahfinder::ahf_flowiter = 10
-ahfinder::ahf_flowtol = 0.01
-
-ahfinder::ahf_areamap = yes
-ahfinder::ahf_gaussout = yes
-ahfinder::ahf_logfile = yes
-
-ahfinder::ahf_xc = 0.0
-ahfinder::ahf_yc = 0.0
-ahfinder::ahf_zc = 0.0
-ahfinder::ahf_findevery = 15
-
-einstein::initial_lapse = "one"
-einstein::slicing = "geodesic"
+driver::global_nx = 10
+driver::global_ny = 10
+driver::global_nz = 10
+
+cactus::cctk_itlast = 0
+
+# Initial data.
+
+einstein::initial_data = "schwarzschild"
+
+IDAnalyticBH::mass = 2.0
+
+# Evolution.
+
einstein::evolution_system = "ADM"
-einstein::initial_data = "schwarzschild"
-#einstein::use_conformal = "no"
adm::bound = "flat"
adm::verbose = "yes"
-IO::outdir = "test_AHF_1"
-IO::out_every = 1
-IOASCII::out1D_vars = "einstein::psi einstein::gyy einstein::alp grid::r einstein::gxx "
+# Gauge.
+
+einstein::initial_lapse = "one"
+einstein::slicing = "geodesic"
+
+# AH finder.
+
+ahfinder::ahf_active = "yes"
+ahfinder::ahf_flow = "yes"
+ahfinder::ahf_gaussout = "yes"
+
+# Output.
+
+IO::outdir = "test_AHF_1"
+
+IO::out_every = 1
+IOASCII::out1D_vars = ""
-IDAnalyticBH::mass =2.0