aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: bbf1b4babf56a4b2bc8c8e1fe00689612c56ca3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Interface definition for thorn CartGrid3D
# $Header$

implements: grid
friend: driver
 
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"