aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-05-29 15:49:59 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-05-29 15:49:59 +0000
commit6aae08c0746c3dda204cdf4ba7e89c85f887f36f (patch)
tree19e2449c924aba69ebfa5447d4058fbcc9f82ce0 /param.ccl
parent08de25904f7d64a31d31ac8e70ca6df2d33ad004 (diff)
Make it possible to announce or store grid scalars
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@23 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl14
1 files changed, 14 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index e09ba93..b66902d 100644
--- a/param.ccl
+++ b/param.ccl
@@ -53,6 +53,20 @@ STRING output_source_subdirectory "Subdirectory, relative to IO::out_dir, for th
+# Parameters for outputting Cactus variables
+
+STRING out_vars "Cactus variables that should be output"
+{
+ "" :: "space separated list of groups or variables"
+} ""
+
+STRING out_reductions "Reduction operators that should be applied to the output variables"
+{
+ "" :: "space separated list of reduction operators"
+} "minimum maximum norm1 norm2 norm_inf sum"
+
+
+
SHARES: IO
USES STRING out_dir