aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: 7454ed45916e1f2d8cb1dc9f1bf492b6c120d0da (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
# Interface definition for thorn StaticConformal
# $Header$

implements: StaticConformal

public:

INT conformal_state type = SCALAR

REAL confac TYPE = GF
{
  psi
} "Conformal factor"

REAL confac_1derivs TYPE = GF
{
  psix, psiy, psiz
} "First spatial derivatives of conformal factor divided by psi"

# Will be changed to.
#REAL confac_1derivs TYPE = GF
#{
#  psi_1, psi_2, psi_3
#} "First spatial derivatives of conformal factor divided by psi"

REAL confac_2derivs TYPE = GF
{
  psixx, psixy, psixz, psiyy, psiyz, psizz
} "Second spatial derivatives of conformal factor divided by psi"

# Will be changed to.
#REAL confac_2derivs TYPE = GF
#{
#  psi_11, psi_12, psi_13, psi_22, psi_23, psi_33
#} "Second spatial derivatives of conformal factor divided by psi"