aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: bf12b1c7998f35fa8ebe505853c0efc31502464d (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
37
38
39
40
41
42
# Interface definition for thorn ADMBase
# $Header$

implements: ADMBase
inherits: grid
USES INCLUDE HEADER: Symmetry.h

public:

INT shift_state TYPE = SCALAR "state of storage for shift"
INT dtlapse_state TYPE = SCALAR "state of storage for dtlapse"
INT dtshift_state TYPE = SCALAR "state of storage for dtshift"

REAL metric TYPE = GF timelevels = 3 tags='tensortypealias="DD_sym" ProlongationParameter="ADMBase::metric_prolongation_type"'
{
  gxx,gxy,gxz,gyy,gyz,gzz
} "ADM 3-metric g_ij"

REAL curv TYPE = GF timelevels = 3 tags='tensortypealias="DD_sym" ProlongationParameter="ADMBase::metric_prolongation_type"'
{
  kxx,kxy,kxz,kyy,kyz,kzz
} "ADM extrinsic curvature K_ij"

REAL lapse TYPE = GF timelevels = 3 tags='tensortypealias="Scalar" ProlongationParameter="ADMBase::lapse_prolongation_type"'
{
  alp
} "ADM lapse function alpha"

REAL shift TYPE = GF timelevels = 3 tags='tensortypealias="U" ProlongationParameter="ADMBase::shift_prolongation_type"'
{
  betax,betay,betaz
} "ADM shift function beta^i"

REAL dtlapse TYPE = GF timelevels = 3 tags='tensortypealias="Scalar" ProlongationParameter="ADMBase::lapse_prolongation_type"'
{
  dtalp
} "Time derivative of ADM lapse function alpha"

REAL dtshift TYPE = GF timelevels = 3 tags='tensortypealias="U" ProlongationParameter="ADMBase::shift_prolongation_type"'
{
  dtbetax,dtbetay,dtbetaz
} "Time derivative of ADM shift function beta^i"