aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/param.ccl')
-rw-r--r--Carpet/CarpetLib/param.ccl8
1 files changed, 7 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index b0a825171..a259fff2d 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -33,10 +33,16 @@ BOOLEAN use_dgfe "Use DGFE operators instead of Lagrange operators"
-BOOLEAN use_cc_o3 "Use third order cell centered restriction operators instead of first order"
+BOOLEAN use_higher_order_restriction "Use third order cell centered restriction operators instead of first order"
{
} "no"
+INT restriction_order_space "Order of restriction operator to use with use_higher_order_restriction"
+{
+ 1 :: "linear interpolation, this is Carpet's original implementation"
+ 3 :: "third order accurate restriction for grid functions where prolongation is not (W)ENO"
+} 3
+
BOOLEAN output_bboxes "Output bounding box information to the screen" STEERABLE=always