aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Haas <roland.haas@physics.gatech.edu>2012-06-04 19:23:59 -0700
committerRoland Haas <roland.haas@physics.gatech.edu>2012-06-04 19:23:59 -0700
commit233a4e865258af3ade35bab1da69ef5061051c6c (patch)
treeb01e465c756cfd05d02ba5e7204d85e1ff815aea
parent2de0ecd32acad32a49cdd781330f6b2a49506f5d (diff)
CarpetLib: make parameters controlling restrition order restricted
this is so that Carpet can see them when checking the ghost sizes
-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"