aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 9a7fa7355a3c6458fe840670f819805a6e5d90c1 (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 wave"
{
  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