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

shares: ADMBase

uses KEYWORD metric_type 

extends KEYWORD initial_data
{
  "constraint violating gaussian" :: "Constraint violating gaussian"
}

private:

REAL radius "The radial position of the gaussian waves"
{
 0:* :: "Positive"
} 0.0

REAL sigma "The sigma for the gaussian wave"
{
 0:* :: "Positive"
} 0.1

REAL amplitude "The amplitude of the waves"
{
  *:* :: "No restriction"
} 0.001