aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-09-25 12:15:04 -0400
committerErik Schnetter <schnetter@gmail.com>2013-09-25 12:15:04 -0400
commitbc08df460473e83129b972eed6472bc99b14de5e (patch)
treee28e26b27352c2f2cb9c2e0c0ee79024c73593f5 /Carpet/Carpet/param.ccl
parentd37f25ab50b6155026196665c502864e9696dd5b (diff)
Carpet: Introduce parameter max_time_levels
This parameter defines the maximum number of time levels that a variable can have when being used for time prolongation. This allows using more time levels than prolongation_order_time+1.
Diffstat (limited to 'Carpet/Carpet/param.ccl')
-rw-r--r--Carpet/Carpet/param.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/Carpet/Carpet/param.ccl b/Carpet/Carpet/param.ccl
index 90ad98b81..90aca4e83 100644
--- a/Carpet/Carpet/param.ccl
+++ b/Carpet/Carpet/param.ccl
@@ -131,6 +131,12 @@ CCTK_INT max_refinement_levels "Maximum number of refinement levels (including t
1:* :: "must be positive"
} 1
+CCTK_INT max_time_levels "Maximum number of time levels (including the current time level)"
+{
+ -1 :: "Set automatically to prolonation_order_time+1"
+ 1:* :: "Set this explicitly"
+} -1
+
CCTK_INT refinement_factor "Refinement factor"
{
1:* :: "must be positive"