aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@d576a68a-b34a-40ae-82fc-004fa1a9d16f>2012-05-28 16:27:12 +0000
committereschnett <eschnett@d576a68a-b34a-40ae-82fc-004fa1a9d16f>2012-05-28 16:27:12 +0000
commit50e7be0e87298c8b15bde85e60e4d5e10b4c6529 (patch)
tree4d3ebf6de67a12bfaa8dda093be7f70bdd46af97
parent0169a45a73cbac10b86e21b698604bbfba0f3f40 (diff)
Make timelevels parameters steerable upon recovery
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMBase/trunk@69 d576a68a-b34a-40ae-82fc-004fa1a9d16f
-rw-r--r--param.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/param.ccl b/param.ccl
index c2e05b0..7a0e27e 100644
--- a/param.ccl
+++ b/param.ccl
@@ -91,17 +91,17 @@ KEYWORD metric_prolongation_type "The kind of boundary prolongation for the metr
"none" :: "no prolongation (use this if you do not have enough time levels active)"
} "Lagrange"
-INT lapse_timelevels "Number of time levels for the lapse"
+INT lapse_timelevels "Number of time levels for the lapse" STEERABLE=recover
{
0:3 :: ""
} 1
-INT shift_timelevels "Number of time levels for the shift"
+INT shift_timelevels "Number of time levels for the shift" STEERABLE=recover
{
0:3 :: ""
} 1
-INT metric_timelevels "Number of time levels for the metric and extrinsic curvature"
+INT metric_timelevels "Number of time levels for the metric and extrinsic curvature" STEERABLE=recover
{
0:3 :: ""
} 1