aboutsummaryrefslogtreecommitdiff
path: root/test/test_AHF_1.par
diff options
context:
space:
mode:
authortradke <tradke@89daf98e-ef62-4674-b946-b8ff9de2216c>2003-05-05 16:54:18 +0000
committertradke <tradke@89daf98e-ef62-4674-b946-b8ff9de2216c>2003-05-05 16:54:18 +0000
commitac8c40a006b522c390906b67616af535a42c0824 (patch)
tree388375b35f452ffd5e4bce32255f4b7366049b54 /test/test_AHF_1.par
parent48a953dac8f0de0b5b4899be0db5ff7433daf5a8 (diff)
Renamed the old testsuites to test_AHF_[12]_max_degree.par. These are
explicitely using "Lagrange polynomial interpolation (maximum degree)" as interpolation operator. Added new testsuites test_AHF_[12].par which are equivalent to test_AHF_[12]_max_degree.par but use the default interpolation operator as taken from parameter AHFinder::interpolation_operator. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@333 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'test/test_AHF_1.par')
-rw-r--r--test/test_AHF_1.par16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/test_AHF_1.par b/test/test_AHF_1.par
index 3e22f00..e56bd93 100644
--- a/test/test_AHF_1.par
+++ b/test/test_AHF_1.par
@@ -1,4 +1,4 @@
-!DESC "AHFinder on schwarzschild BH, mass=2, minimization"
+!DESC "AHFinder on schwarzschild BH, mass=2, minimization using the default interpolation operator"
# Active thorns.
@@ -36,21 +36,21 @@ adm::verbose = "yes"
# Gauge.
ADMBase::initial_lapse = "one"
-ADMBase::lapse_evolution_method = "geodesic"
+ADMBase::lapse_evolution_method = "geodesic"
# AHFinder.
-ahfinder::ahf_active = "yes"
-ahfinder::ahf_gaussout = "yes"
+AHFinder::ahf_active = "yes"
+AHFinder::ahf_gaussout = "yes"
-ahfinder::ahf_phi = "no"
-ahfinder::ahf_octant = "high"
+AHFinder::ahf_phi = "no"
+AHFinder::ahf_octant = "high"
-ahfinder::ahf_lmax = 0
+AHFinder::ahf_lmax = 0
# Interpolation.
-ahfinder::interpolation_order = 1
+AHFinder::interpolation_order = 1
# Output.