aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@f80f6fb6-8356-4fd4-90bc-d84ad503c100>1999-09-04 11:07:02 +0000
committerallen <allen@f80f6fb6-8356-4fd4-90bc-d84ad503c100>1999-09-04 11:07:02 +0000
commit6fdb31f4fa147be1067f8c43e365a638ccedda2f (patch)
tree18e85ef15179f2dbb556523ef6031f23445c1874 /schedule.ccl
parent53f1e5d0e5ab6597791bcea513f29bcb75787547 (diff)
Removing initial data and setting timestep, these jobs are in their
own thorns now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@12 f80f6fb6-8356-4fd4-90bc-d84ad503c100
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl11
1 files changed, 0 insertions, 11 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 7d33d09..2b443e2 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -11,22 +11,11 @@ schedule WaveToyF90_InitSymBound at CCTK_BASEGRID
LANG: Fortran
} "Schedule symmetries"
-schedule WaveToyF90_CheckParameters at CCTK_PARAMCHECK
-{
- LANG: Fortran
-} "Check parameters"
-
-
# The basic fields always need memory and communication
# -----------------------------------------------------
STORAGE: scalarevolve,scalarold
COMMUNICATION: scalarevolve
-schedule WaveToyF90_InitialData at CCTK_INITIAL AFTER test
-{
- LANG: Fortran
-} "Initial data for 3D wave equation"
-
# Scalartmps are needed, without communication, during evolution
# --------------------------------------------------------------
schedule WaveToyF90_Evolution at CCTK_EVOL