aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-05-24 21:41:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2007-05-24 21:41:00 +0000
commita1fb8643faff920fac785bb92dcd3bdf38e041aa (patch)
treefa925b63e530118429b2a92761e0fe0235aef964 /Carpet/Carpet/param.ccl
parente77efb334ba89ba2df5944ae534ecd1e3ec74d70 (diff)
Carpet: Determine time integrator substeps automatically
By default, call MoLNumIntegratorSubsteps to find out how many time integrator substeps there are. Can be overridden by setting Carpet::num_integrator_substeps. darcs-hash:20070524214138-dae7b-4b8eb8aca92f62461460f937bbb3feb54b06f455.gz
Diffstat (limited to 'Carpet/Carpet/param.ccl')
-rw-r--r--Carpet/Carpet/param.ccl5
1 files changed, 3 insertions, 2 deletions
diff --git a/Carpet/Carpet/param.ccl b/Carpet/Carpet/param.ccl
index fd5a3a3b6..4aa2889aa 100644
--- a/Carpet/Carpet/param.ccl
+++ b/Carpet/Carpet/param.ccl
@@ -192,8 +192,9 @@ BOOLEAN use_tapered_grids "Use tapered grids, avoiding time interpolation during
CCTK_INT num_integrator_substeps "Number of substeps of the time integrator"
{
- 1:* :: ""
-} 1
+ -1: :: "Call MoLNumIntegratorSubsteps"
+ 0:* :: ""
+} -1