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

implements: grid

INCLUDES: Symmetry.h in Symmetry.h
 
public: 
 
real gridspacings type=SCALAR
{
 coarse_dx,
 coarse_dy,
 coarse_dz
} "3D Cartesian grid spacings"

real coordinates type = GF
{
 x,
 y, 
 z,
 r
} "3D Cartesian grid coordinates"