aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 95006db0bf28262589e975c9b772bef4180d39f3 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Parameter definitions for thorn IDBrBrPETSc
# $Header$

#------------------------------------------------------------------------------
# Private:
#------------------------------------------------------------------------------
private:

BOOLEAN noisy_id "Add random noise to initial data"
{
} "no"

BOOLEAN noisy_bc "Add random noise to initial data"
{
} "no"

STRING noisy_id_vars "Initial data variables to modify with noise"
{
  .* :: "A regex which matches everything"
} ""

STRING noisy_bc_vars "Variables to modify with noise at boundary"
{
  .* :: "A regex which matches everything"
} ""

REAL amplitude "Maximum absolute value of random data"
{
  0: :: "Positive number"
} 0.000001


#------------------------------------------------------------------------------
# parameters specific to bssn tests (potentially obsolete)
#------------------------------------------------------------------------------
BOOLEAN evolveK "Apply randomization to trK"
{
} "no"

BOOLEAN evolveShift "Apply randomization to the shift components"
{
} "no"

BOOLEAN evolveLapse "Apply randomization to the lapse"
{
} "no"

BOOLEAN evolveGamma "Apply randomization to the Gamma components"
{
} "no"