aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl21
1 files changed, 19 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index b3f5386..034bdd9 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -6,14 +6,17 @@ STORAGE: sf_valid
STORAGE: sf_info
STORAGE: sf_radius sf_origin
STORAGE: sf_coordinate_descriptors
+STORAGE: sf_coordinate_estimators
STORAGE: sf_shape_descriptors
-
+STORAGE: sf_minreflevel
+STORAGE: sf_maxreflevel
SCHEDULE SphericalSurface_Setup AT basegrid
{
LANG: C
- OPTIONS: global
+ #OPTIONS: global
+ OPTIONS: local
} "Calculate surface coordinate descriptors"
@@ -35,3 +38,17 @@ SCHEDULE SphericalSurface_Set AT poststep BEFORE SphericalSurface_HasBeenSet
LANG: C
OPTIONS: global
} "Set surface radii"
+
+
+SCHEDULE SphericalSurface_Set AT basegrid AFTER SphericalSurface_Setup
+{
+ LANG: C
+ OPTIONS: local
+} "Set surface radii to be used for initial setup in other thorns"
+
+
+SCHEDULE SphericalSurface_SetupRes AT basegrid BEFORE SphericalSurface_Setup AFTER CartGrid3D_SetCoordinates
+{
+ LANG: C
+ OPTIONS: local
+} "Set surface resolution automatically"