aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
diff options
context:
space:
mode:
authorRoland Haas <roland.haas@physics.gatech.edu>2012-06-04 19:23:59 -0700
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:23 +0100
commit617db19a9fc97c77195af29156f9e369b207c025 (patch)
tree112eecc01949d12d82989b352b1c0d91a3357c85 /Carpet/CarpetLib/param.ccl
parent83fed8358fb9660f5f0be67bce0f1ceff03789f3 (diff)
CarpetLib: make parameters controlling restrition order restricted
this is so that Carpet can see them when checking the ghost sizes
Diffstat (limited to 'Carpet/CarpetLib/param.ccl')
-rw-r--r--Carpet/CarpetLib/param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index 8b3adcdd2..25e87dded 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -33,6 +33,8 @@ BOOLEAN use_dgfe "Use DGFE operators instead of Lagrange operators"
+restricted:
+
BOOLEAN use_higher_order_restriction "Use third order cell centered restriction operators instead of first order"
{
} "no"
@@ -46,6 +48,8 @@ INT restriction_order_space "Order of restriction operator to use with use_highe
+private:
+
BOOLEAN output_bboxes "Output bounding box information to the screen" STEERABLE=always
{
} "no"