aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 5b5f5977d9251ab9c7c0b515aebee06fddb86554 (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
# 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:* ::
} 1.0

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

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