aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@40f6ab95-0e4f-0410-8daa-ee8d7420be1d>2006-06-01 19:56:15 +0000
committerschnetter <schnetter@40f6ab95-0e4f-0410-8daa-ee8d7420be1d>2006-06-01 19:56:15 +0000
commit2aef6385e4e5b989e1bce0e4a6c8c0603ff12f56 (patch)
treeddb09e06e08fd421dac99af805864e2f9043f50c /schedule.ccl
parent5d364d9152c1bc46e36c904f54b55d0f71d388bb (diff)
Add the capability to initialise spherical surfaces to a certain
coordinate radius. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@20 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl10
1 files changed, 9 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index b7feabc..ad7de7b 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -9,7 +9,7 @@ STORAGE: sf_shape_descriptors
-SCHEDULE SphericalSurfaceInfo_Setup AT basegrid
+SCHEDULE SphericalSurface_Setup AT basegrid
{
LANG: C
} "Calculate surface coordinate descriptors"
@@ -19,3 +19,11 @@ SCHEDULE SphericalSurfaceInfo_Setup AT basegrid
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"