aboutsummaryrefslogtreecommitdiff
path: root/Auxiliary/Cactus/KrancNumericalTools/Ceiling/param.ccl
blob: a6dc07351416e1369668076e7f828a8564cd4f91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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"