aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-03-02 20:14:02 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-03-02 20:14:02 +0000
commit934effe6b1c9b2645c10d4a2bad7cad2776d2422 (patch)
treeb0525cb90d53f96a3ec0cf2f9c491fa6ae2de954 /param.ccl
parent2f6eab4cf16b955421a622147b5635519ebf1f99 (diff)
forbid the geometry interpolator from off-centering its molecules
(i.e. require the user to specify a large enough ghost size) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@955 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 3 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index f104150..45eb259 100644
--- a/param.ccl
+++ b/param.ccl
@@ -596,7 +596,9 @@ string geometry_interpolator_pars \
"parameters for the geometry interpolator"
{
.* :: "any string acceptable to Util_TableSetFromString() and to the interpolator"
-} "order=3"
+} "order=3 \
+ boundary_off_centering_tolerance={1.0e-10 1.0e-10 1.0e-10 1.0e-10 1.0e-10 1.0e-10} \
+ boundary_extrapolation_tolerance={0.0 0.0 0.0 0.0 0.0 0.0}"
########################################