[Commits] [svn:einsteintoolkit] ADMBase/trunk/ (Rev. 69)

schnetter at cct.lsu.edu schnetter at cct.lsu.edu
Mon May 28 11:27:12 CDT 2012


User: eschnett
Date: 2012/05/28 11:27 AM

Modified:
 /trunk/
  param.ccl

Log:
 Make timelevels parameters steerable upon recovery

File Changes:

Directory: /trunk/
==================

File [modified]: param.ccl
Delta lines: +3 -3
===================================================================
--- trunk/param.ccl	2012-05-25 18:19:18 UTC (rev 68)
+++ trunk/param.ccl	2012-05-28 16:27:12 UTC (rev 69)
@@ -91,17 +91,17 @@
   "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



More information about the Commits mailing list