aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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