aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: 05444011522469a8250c000647d7d3282f12304a (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
43
44
45
46
47
48
49
50
51
52
# 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"

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

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

REAL lapse TYPE = GF timelevels = 3 tags='tensortypealias="Scalar"'
{
  alp
} "ADM lapse function"

REAL shift TYPE = GF timelevels = 3 tags='tensortypealias="U"'
{
  betax,betay,betaz
} "ADM shift function"

# Will become
#
#REAL metric TYPE = GF timelevels = 3
#{
#  g11,g12,g13,g22,g23,g33
#} "ADM 3-metric"
#
#REAL curv TYPE = GF timelevels = 3
#{
#  K11,K12,K13,K22,K23,K33
#} "ADM extrinsic curvature"
#
#REAL lapse TYPE = GF timelevels = 3
#{
#  lapse
#} "ADM lapse function"
#
#REAL shift TYPE = GF timelevels = 3 
#{
#  shift1,shift2,shift3
#} "ADM shift function"