summaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-01-21 15:01:52 +0100
committerAnton Khirnov <anton@khirnov.net>2020-01-21 15:01:52 +0100
commite918a879ffcd183a6ff866d0c86a9ec7de828415 (patch)
treec410d3079f1941ec71ca721cf5eb10dcb4e8aeeb /param.ccl
parente62cd9dc639e2b73b31f1b6278da285c23d28373 (diff)
Support adaptive step.
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 22c4d21..1e8e2b5 100644
--- a/param.ccl
+++ b/param.ccl
@@ -82,6 +82,12 @@ CCTK_REAL cfl_factor "" STEERABLE=always
} 0.0
RESTRICTED:
+CCTK_INT adaptive_step "" STEERABLE=always
+{
+ 0:1 :: ""
+} 0
+
+RESTRICTED:
CCTK_INT stats_every "print elliptic solver stats every <count> coarsest-level steps" STEERABLE=always
{
0: :: ""