aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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"