From 233a4e865258af3ade35bab1da69ef5061051c6c Mon Sep 17 00:00:00 2001 From: Roland Haas Date: Mon, 4 Jun 2012 19:23:59 -0700 Subject: CarpetLib: make parameters controlling restrition order restricted this is so that Carpet can see them when checking the ghost sizes --- Carpet/CarpetLib/param.ccl | 4 ++++ 1 file changed, 4 insertions(+) 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" -- cgit v1.2.3