aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 64478967db6ae0f9d404c49b0f341a15eb82f8db (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
# Parameter definitions for thorn Noise
# $Header$

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

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

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

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

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

BOOLEAN noise_boundaries[6] "At which boundaries to apply noise"
{
} "yes"

INT noise_stencil[3] "Number of boundary points"
{
  0:* :: "0:*"
} 1

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