aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-27 13:36:48 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-27 13:36:48 +0000
commit4803dd5038921ea721184c950f69c0bf7ddfd0f3 (patch)
treedc05a8ec2e72bba2caa5841f32903459f8986c5c /param.ccl
parent01396fd7523818432964709675304828ebe3d87f (diff)
drop support for (optionally) using CCTK_InterpLocalUniform() instead of
CCTK_InterpGridArrays() to interpolate the Cactus geometry grid functions to the horizon position -- this was never used in practice, and it conflicts with the changse I'm about to commit to make AHFinderDirect work properly under Carpet git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1146 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl7
1 files changed, 1 insertions, 6 deletions
diff --git a/param.ccl b/param.ccl
index 2cda156..eb894fe 100644
--- a/param.ccl
+++ b/param.ccl
@@ -947,16 +947,11 @@ boolean test_all_Jacobian_compute_methods \
keyword geometry_method "how do we compute the slice's geometry?"
{
# this is for normal use
-"globally interpolate from Cactus grid" :: \
+"interpolate from Cactus grid" :: \
"interpolate gij and Kij from global Cactus grid \
using CCTK_InterpGridArrays() global interpolator API"
# for testing/debugging
-"locally interpolate from Cactus grid" :: \
- "interpolate gij and Kij from local Cactus grid on this processor \
- using CCTK_InterpLocalUniform() localinterpolator API"
-
-# for testing/debugging
"Schwarzschild/EF" :: \
"hard-wire to Schwarzschild spacetime / Eddington-Finkelstein slice"
} "globally interpolate from Cactus grid"