From 6aae08c0746c3dda204cdf4ba7e89c85f887f36f Mon Sep 17 00:00:00 2001 From: schnetter Date: Sun, 29 May 2005 15:49:59 +0000 Subject: 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 --- param.ccl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'param.ccl') 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 -- cgit v1.2.3