aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 0007865..7c2a3b2 100644
--- a/param.ccl
+++ b/param.ccl
@@ -30,6 +30,15 @@ BOOLEAN read_conformal_factor_once "Should the conformal factor only be read onc
{
} "yes"
+BOOLEAN cheat "Should we cheat and evolve using the last data set for a while?"
+{
+} "no"
+
+CCTK_INT cheat_iterations "For how many iterations should we cheat"
+{
+0:* :: "Positive please"
+} 0
+
KEYWORD initial_f[10] "Initial surface choice"
{
"sphere" :: "spherical surface"