aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@4451c3c6-1034-4891-99ea-21147727ccdf>1999-09-04 11:05:58 +0000
committerallen <allen@4451c3c6-1034-4891-99ea-21147727ccdf>1999-09-04 11:05:58 +0000
commit4ef140c2df7c77fefeb6927b5bf882d855562165 (patch)
tree90c13f861736ca5708aa49ec5bea5b3bb18de9cd /schedule.ccl
parenta12904e2eb63db11e01f9baa35aca7190c4e3239 (diff)
Removing initial data and setting of timestep from WaveToy, these
jobs go to different thorns now git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@19 4451c3c6-1034-4891-99ea-21147727ccdf
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl13
1 files changed, 1 insertions, 12 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 8e22789..416d4c8 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -11,22 +11,11 @@ schedule WaveToyF77_InitSymBound at CCTK_BASEGRID
LANG: Fortran
} "Schedule symmetries"
-schedule WaveToyF77_CheckParameters at CCTK_PARAMCHECK
-{
- LANG: Fortran
-} "Check parameters"
-
-
# The basic fields always need memory and communication
# -----------------------------------------------------
-STORAGE: scalarevolve,scalarold
+STORAGE: scalarevolve,scalarold
COMMUNICATION: scalarevolve
-schedule WaveToyF77_InitialData at CCTK_INITIAL AFTER test
-{
- LANG: Fortran
-} "Initial data for 3D wave equation"
-
# Scalartmps are needed, without communication, during evolution
# --------------------------------------------------------------
schedule WaveToyF77_Evolution at CCTK_EVOL