aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/CartGrid3D/interface.ccl
blob: c71573061686975ed6c21017bc1bcbeb4af002b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Interface definition for thorn CartGrid3D
# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CartGrid3D/Attic/interface.ccl,v 1.1 2002/04/03 16:33:26 schnetter Exp $

implements: grid

INCLUDE HEADER: 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"