From 4803dd5038921ea721184c950f69c0bf7ddfd0f3 Mon Sep 17 00:00:00 2001 From: jthorn Date: Sun, 27 Jul 2003 13:36:48 +0000 Subject: 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 --- param.ccl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 2cda156..eb894fe 100644 --- a/param.ccl +++ b/param.ccl @@ -947,15 +947,10 @@ 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" -- cgit v1.2.3