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

implements: exact

inherits: einstein

# For running with ADM
# friend: ADM ADMConstraints

# For running with BSSN
# friend: ADM_BSSN ADMConstraints

# INCLUDES: Scalar_CalcTmunu.inc in CalcTmunu.inc
# INCLUDES: Scalar_CalcTmunu_temps.inc in CalcTmunu_temps.inc

private:

real Exact_slice type=GF
{
  slicex,
  slicey,
  slicez,
  slicet
} "Position of an arbitrary slice in exact solution spacetime"

real Exact_slicetemp1 type=GF
{
  slicetmp1x,
  slicetmp1y,
  slicetmp1z,
  slicetmp1t
} "Temporary grid functions 1"

real Exact_slicetemp2 type=GF
{
  slicetmp2x,
  slicetmp2y,
  slicetmp2z,
  slicetmp2t
} "Temporary grid functions 2"