aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 388985ef8feccdcf1d35dceb58ef89a804749f74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Schedule definitions for thorn CartGrid3D
# $Header$

STORAGE: coordinates

schedule ParamCheck_CartGrid3D at CCTK_BASEGRID
{
  LANG:Fortran
} "Check coordinates for CartGrid3D"

schedule CartGrid3D at CCTK_BASEGRID
{
  LANG:Fortran
} "Set up spatial 3D Cartesian coordinates on the GH"