aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl11
1 files changed, 4 insertions, 7 deletions
diff --git a/param.ccl b/param.ccl
index 6e6c36c..a64c354 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1018,18 +1018,15 @@ string geometry_interpolator_name \
} "Hermite polynomial interpolation"
#
-# The defaults here are set up for 3rd order Hermite interpolation,
-# which requires driver::ghost_size >= 3. If you want to run with
-# driver::ghost_size == 2, you need to lower the interpolation order
-# to 2; see par/misner-ghost2-mask-noshrink.par for an example of
-# how to do this.
+# The defaults here are set up for 2nd order Hermite interpolation,
+# which requires driver::ghost_size >= 2.
#
string geometry_interpolator_pars \
"parameters for the geometry interpolator"
{
".*" :: \
"any string acceptable to Util_TableSetFromString() and to the interpolator"
-} "order=3 \
+} "order=2 \
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}"
@@ -1166,7 +1163,7 @@ string surface_interpolator_pars \
{
".*" :: \
"any string acceptable to Util_TableSetFromString() and to the interpolator"
-} "order=3 \
+} "order=2 \
boundary_off_centering_tolerance={1.0e-10 1.0e-10 1.0e-10 1.0e-10} \
boundary_extrapolation_tolerance={0.0 0.0 0.0 0.0}"