aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII/param.ccl
diff options
context:
space:
mode:
authorbzink <>2004-06-03 08:03:00 +0000
committerbzink <>2004-06-03 08:03:00 +0000
commitd3549e3ccb05225d65425735a2ad2d44227fb9c3 (patch)
tree7555647e64c94fc01c891f76b6e18a1e724c0a20 /Carpet/CarpetIOASCII/param.ccl
parent814738e83b2234d7534a64a791eb187c47940830 (diff)
Added the option "divisor" to out?d_criterion.
darcs-hash:20040603080347-5b8bb-9375277326973c1c75fe326db70081817fdc31fd.gz
Diffstat (limited to 'Carpet/CarpetIOASCII/param.ccl')
-rw-r--r--Carpet/CarpetIOASCII/param.ccl6
1 files changed, 5 insertions, 1 deletions
diff --git a/Carpet/CarpetIOASCII/param.ccl b/Carpet/CarpetIOASCII/param.ccl
index 0a470559e..e9a057c23 100644
--- a/Carpet/CarpetIOASCII/param.ccl
+++ b/Carpet/CarpetIOASCII/param.ccl
@@ -1,5 +1,5 @@
# Parameter definitions for thorn CarpetIOASCII
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/param.ccl,v 1.13 2004/04/03 12:38:12 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/param.ccl,v 1.14 2004/06/03 10:03:47 bzink Exp $
@@ -126,6 +126,7 @@ KEYWORD out0D_criterion "Criterion to select 0D ASCII output intervals, override
"default" :: "Use IO::out_criterion"
"never" :: "Never output"
"iteration" :: "Output every so many iterations"
+ "divisor" :: "Output if iteration mod divisor == 0."
"time" :: "Output every that much coordinate time"
} "default"
@@ -134,6 +135,7 @@ KEYWORD out1D_criterion "Criterion to select 1D ASCII output intervals, override
"default" :: "Use IO::out_criterion"
"never" :: "Never output"
"iteration" :: "Output every so many iterations"
+ "divisor" :: "Output if (iteration % out_every) == 0."
"time" :: "Output every that much coordinate time"
} "default"
@@ -142,6 +144,7 @@ KEYWORD out2D_criterion "Criterion to select 2D ASCII output intervals, override
"default" :: "Use IO::out_criterion"
"never" :: "Never output"
"iteration" :: "Output every so many iterations"
+ "divisor" :: "Output if (iteration % out_every) == 0."
"time" :: "Output every that much coordinate time"
} "default"
@@ -150,6 +153,7 @@ KEYWORD out3D_criterion "Criterion to select 3D ASCII output intervals, override
"default" :: "Use IO::out_criterion"
"never" :: "Never output"
"iteration" :: "Output every so many iterations"
+ "divisor" :: "Output if (iteration % out_every) == 0."
"time" :: "Output every that much coordinate time"
} "default"