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

implements: ADMAnalysis

inherits: ADMBase, StaticConformal, Grid, ADMMacros

# For evaltrK
REAL trace_of_K TYPE = GF
{
  trK 
} "trace of extrinsic curvature"

REAL detofg TYPE = GF
{
  detg 
} "determinant of the conformal metric"

# For carttoshpere (p=phi, q=theta)
REAL spherical_metric TYPE = GF
{
  grr,gqq,gpp,grq,grp,gqp
} "Metric in spherical coordinates"

REAL spherical_curv TYPE = GF
{
  krr,kqq,kpp,krq,krp,kqp
} "extrinsic curvature in spherical coordinates"

# For the Ricci tensor and scalar

REAL ricci_tensor TYPE = GF
{
  Ricci11, Ricci12, Ricci13, Ricci22, Ricci23, Ricci33
} "Components of the Ricci tensor"

REAL ricci_scalar TYPE = GF
{
  Ricci
} "The Ricci scalar"