aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 4 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 37a2f26..4217adf 100644
--- a/param.ccl
+++ b/param.ccl
@@ -48,14 +48,16 @@ BOOLEAN verbose "Shall I be verbose?"
# Therefore the default values here must be large enough for the default
# surface shape.
+# These parameters change the size of a checkpointed grid array. When changing them you will have to skip recovering sf_radius.
+
#CCTK_INT maxntheta "do not set this parameter directly" ACCUMULATOR=((x>y)*x+!(x>y)*y)
-CCTK_INT maxntheta "Maximum number of grid points in the theta direction"
+CCTK_INT maxntheta "Maximum number of grid points in the theta direction" STEERABLE=RECOVER
{
0:* :: ""
} 19
#CCTK_INT maxnphi "do not set this parameter directly" ACCUMULATOR=((x>y)*x+!(x>y)*y)
-CCTK_INT maxnphi "Maximum number of grid points in the phi direction"
+CCTK_INT maxnphi "Maximum number of grid points in the phi direction" STEERABLE=RECOVER
{
0:* :: ""
} 38