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

shares: idscalarwave

EXTENDS KEYWORD initial_data ""
{
  "charge"      :: "Uniformly charged sphere"
}


private:

REAL radius "Radius of uniformly charged sphere"
{
 0:* :: "Anything"
} 1.0

REAL charge "Charge of uniformly charged sphere"
{
 0:* :: "Anything"
} 1.0

BOOLEAN output_tmp "Output intermediate variables"
{
} "no"

STRING solver "Name of elliptic solver"
{
.* :: "Anything"
} "sor"