aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/param.ccl')
-rw-r--r--Carpet/CarpetLib/param.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index c21fa38f1..54501823e 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -35,6 +35,12 @@ BOOLEAN print_timestats "Print timing statistics at every iteration" STEERABLE=a
{
} "no"
+INT print_timestats_every "Print timing statistics periodically" STEERABLE=always
+{
+ 0 :: "don't report"
+ 1:* :: "report every so many iterations"
+} 0
+
BOOLEAN save_memory_during_regridding "Save some memory during regridding at the expense of speed" STEERABLE=always
{
} "yes"