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

implements: exact
inherits: einstein

private:

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

real Exact_slicetemp type=GF
{
  slicetmp1x,
  slicetmp1y,
  slicetmp1z,
  slicetmp1t,
  slicetmp2x,
  slicetmp2y,
  slicetmp2z,
  slicetmp2t
} "Temporary grid functions"