aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl14
1 files changed, 13 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index b8de448..99ea548 100644
--- a/param.ccl
+++ b/param.ccl
@@ -23,6 +23,17 @@ BOOLEAN constraints_persist "Keep storage of ham and mom* around for use in spec
{
} "no"
+INT constraints_timelevels "Number of time levels for the constraints"
+{
+ 1:3 :: ""
+} 1
+
+KEYWORD constraints_prolongation_type "The kind of boundary prolongation for the constraints"
+{
+ "Lagrange" :: "standard prolongation (requires several time levels)"
+ "none" :: "no prolongation (use this if you do not have enough time levels active)"
+} "Lagrange"
+
# Deprecated in Beta 13
BOOLEAN constraint_communication "THIS PARAMETER IS NOT USED"
{
@@ -39,7 +50,8 @@ BOOLEAN cartoon "THIS PARAMETER IS NOT USED"
{
} "no"
-BOOLEAN excise "Use excision?"
+# Deprecated
+BOOLEAN excise "THIS PARAMETER IS NOT USED"
{
} "no"