aboutsummaryrefslogtreecommitdiff
path: root/Auxiliary/Cactus/KrancNumericalTools/Ceiling/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Auxiliary/Cactus/KrancNumericalTools/Ceiling/param.ccl')
-rw-r--r--Auxiliary/Cactus/KrancNumericalTools/Ceiling/param.ccl32
1 files changed, 0 insertions, 32 deletions
diff --git a/Auxiliary/Cactus/KrancNumericalTools/Ceiling/param.ccl b/Auxiliary/Cactus/KrancNumericalTools/Ceiling/param.ccl
deleted file mode 100644
index a6dc073..0000000
--- a/Auxiliary/Cactus/KrancNumericalTools/Ceiling/param.ccl
+++ /dev/null
@@ -1,32 +0,0 @@
-# file produced by user shusa, 31/3/2004
-# Produced with Mathematica Version 5.0 for Linux (June 9, 2003)
-
-# Mathematica script written by Ian Hinder and Sascha Husa
-
-# $Id$
-
-private:
-BOOLEAN check_active "whether to check ceiling values"
-{
-} "false"
-
-REAL ceiling_value "what value we use for the ceiling"
-{
-*:* :: "with negative values no cutoff is set"
-} -1
-
-KEYWORD type "what type of checking to apply"
-{
- "absolute" :: "check for absolute value of GF"
- "differential" :: "check for difference between min & max"
-} "absolute"
-
-STRING vars "List of evolved grid functions that should have dissipation added" STEERABLE=always
-{
- .* :: "must be a valid list of grid functions"
-} ""
-
-BOOLEAN verbose "produce log output" STEERABLE=always
-{
-} "no"
-