aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: a4aac3379504edbb55ed3dadc1c4e5538a0d28e3 (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
31
# Schedule definitions for thorn SphericalSurface
# $Header$

STORAGE: sf_active
STORAGE: sf_valid
STORAGE: sf_info
STORAGE: sf_radius sf_origin
STORAGE: sf_coordinate_descriptors
STORAGE: sf_shape_descriptors



SCHEDULE SphericalSurface_Setup AT basegrid
{
  LANG: C
  OPTIONS: global
} "Calculate surface coordinate descriptors"



SCHEDULE GROUP SphericalSurface_HasBeenSet AT poststep
{
} "Set the spherical surfaces before this group, and use it afterwards"



SCHEDULE SphericalSurface_Set AT poststep BEFORE SphericalSurface_HasBeenSet
{
  LANG: C
  OPTIONS: global
} "Set surface radii"