From bc08df460473e83129b972eed6472bc99b14de5e Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 25 Sep 2013 12:15:04 -0400 Subject: 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. --- Carpet/Carpet/param.ccl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Carpet/Carpet/param.ccl') 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" -- cgit v1.2.3