aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl38
1 files changed, 20 insertions, 18 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 034bdd9..53827c4 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -12,24 +12,28 @@ STORAGE: sf_minreflevel
STORAGE: sf_maxreflevel
+
+SCHEDULE SphericalSurface_SetupRes AT basegrid BEFORE SphericalSurface_Setup AFTER SpatialCoordinates AFTER CorrectCoordinates
+{
+ LANG: C
+} "Set surface resolution automatically"
+
SCHEDULE SphericalSurface_Setup AT basegrid
{
LANG: C
- #OPTIONS: global
- OPTIONS: local
} "Calculate surface coordinate descriptors"
-SCHEDULE GROUP SphericalSurface_HasBeenSet AT poststep
+SCHEDULE SphericalSurface_Set AT basegrid BEFORE SphericalSurface_HasBeenSet
{
-} "Set the spherical surfaces before this group, and use it afterwards"
+ LANG: C
+ OPTIONS: global
+} "Set surface radii to be used for initial setup in other thorns"
- SCHEDULE SphericalSurface_CheckState IN SphericalSurface_HasBeenSet
- {
- LANG: C
- OPTIONS: global
- } "Test the state of the spherical surfaces"
+SCHEDULE GROUP SphericalSurface_HasBeenSet AT basegrid
+{
+} "Set the spherical surfaces before this group, and use it afterwards"
@@ -39,16 +43,14 @@ SCHEDULE SphericalSurface_Set AT poststep BEFORE SphericalSurface_HasBeenSet
OPTIONS: global
} "Set surface radii"
-
-SCHEDULE SphericalSurface_Set AT basegrid AFTER SphericalSurface_Setup
+SCHEDULE GROUP SphericalSurface_HasBeenSet AT poststep
{
- LANG: C
- OPTIONS: local
-} "Set surface radii to be used for initial setup in other thorns"
+} "Set the spherical surfaces before this group, and use it afterwards"
-SCHEDULE SphericalSurface_SetupRes AT basegrid BEFORE SphericalSurface_Setup AFTER CartGrid3D_SetCoordinates
+
+SCHEDULE SphericalSurface_CheckState IN SphericalSurface_HasBeenSet
{
- LANG: C
- OPTIONS: local
-} "Set surface resolution automatically"
+ LANG: C
+ OPTIONS: global
+} "Test the state of the spherical surfaces"