aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-07-12 11:45:36 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-07-12 11:45:36 +0000
commit94edf906d4ac38646501a0d614f04acb181f4aea (patch)
treee649e1ab8287e6abb33e4004911c6438aa786f93 /schedule.ccl
parent2269f3828402342c0917d187613916011161829e (diff)
Parameters for choosing 1D and 2D slices
New CCTK coordinate functions git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@136 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9372a6a..0e44842 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -15,6 +15,15 @@ schedule IOFlexIO_TerminateGH at CCTK_TERMINATE
########################################################################
+### choose 2D slices
+########################################################################
+schedule IOFlexIO_Choose2D at BASEGRID after SpatialCoordinates
+{
+ LANG:C
+} "Choose 2D output planes"
+
+
+########################################################################
### register checkpointing routines
########################################################################
if (checkpoint && checkpoint_ID)