From bdafb413884068b7327c2f32f41edacf7a620931 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Sun, 16 Sep 2012 21:31:10 -0400 Subject: CarpetLib: Do not interpolate from buffer zones, if requested Introduce parameter CarpetLib::interpolate_from_buffer_zones that allows disabling interpolation from buffer zones. --- Carpet/CarpetLib/param.ccl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Carpet/CarpetLib/param.ccl') diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl index 25e87dded..deca16868 100644 --- a/Carpet/CarpetLib/param.ccl +++ b/Carpet/CarpetLib/param.ccl @@ -33,6 +33,12 @@ BOOLEAN use_dgfe "Use DGFE operators instead of Lagrange operators" +BOOLEAN interpolate_from_buffer_zones "Use buffer points for interpolation" STEERABLE=always +{ +} "yes" + + + restricted: BOOLEAN use_higher_order_restriction "Use third order cell centered restriction operators instead of first order" -- cgit v1.2.3