aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: c71b759a3f85629b85166ee78f5d37e6bd905737 (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
# 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"

INT sor_maxit "Maximum number of iterations for SOR solve"
{
 1:* :: "Positive"
} 100