aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorherrmann <herrmann@f4913095-0e4f-0410-abea-a123d184f1f3>2005-03-17 18:52:07 +0000
committerherrmann <herrmann@f4913095-0e4f-0410-abea-a123d184f1f3>2005-03-17 18:52:07 +0000
commit64766fe372e77ca035c2a87ac06f19c336f4483c (patch)
treea2eacb86061bf54a43fe73a31adb9154b8c7cd6a /param.ccl
parentaa603289560d84022ec792d4ac5b08fce08641e2 (diff)
initial commit.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Norms/trunk@2 f4913095-0e4f-0410-abea-a123d184f1f3
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl45
1 files changed, 45 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..790ec2f
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,45 @@
+# Parameter definitions for thorn Norms
+# $Header$
+
+
+INT max_nr_vars "maximum number of variables for which norms to compute"
+{
+ 0:* :: "positive"
+} 100
+
+INT verbose "verbosity of output"
+{
+ 0:9 :: "higher number means more verbose output"
+} 1
+
+INT out_every "At which iterations should we be called" STEERABLE=always
+{
+ *:* :: ""
+} 1
+
+STRING gridfunctions_1st "Set of grid functions to compute norms for 2nd order variables"
+{
+ ".*" :: "List of grid function names"
+} ""
+
+STRING gridfunctions_2nd "Set of grid functions to compute norms for 2nd order variables"
+{
+ ".*" :: "List of grid function names"
+} ""
+
+
+
+#############################################################################
+shares: IO
+
+USES STRING out_dir AS io_out_dir
+USES INT out_every AS io_out_every
+USES BOOLEAN new_filename_scheme
+
+EXTENDS KEYWORD out_fileinfo
+{
+ "axis labels" :: "add axis labels information to output files"
+}
+
+
+