aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@4451c3c6-1034-4891-99ea-21147727ccdf>1999-07-29 16:38:11 +0000
committerallen <allen@4451c3c6-1034-4891-99ea-21147727ccdf>1999-07-29 16:38:11 +0000
commit4347cd9b24c30c77bb7a16944e8e049789404af8 (patch)
treeca91731ad80bf159a04934e0326ac92ae442e0a7 /schedule.ccl
parent22adce91cfeddd17ea4874eebbc1fcdc6c288f9e (diff)
You can now run with both WaveToyF77 and WaveToyF90 and compiled (!)
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@7 4451c3c6-1034-4891-99ea-21147727ccdf
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl20
1 files changed, 10 insertions, 10 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 80e7e7d..8e22789 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,38 +1,38 @@
-# Schedule definitions for thorn WaveToyF77
+# Schedule definitions for thorn WaveToy77
# $Header$
schedule WaveToyF77_Startup at CCTK_STARTUP
{
LANG: C
-} "Register the Wave Toy (F77) banner"
+} "Register banner"
schedule WaveToyF77_InitSymBound at CCTK_BASEGRID
{
LANG: Fortran
-} "Schedule symmetries for Wave Toy (F77)"
+} "Schedule symmetries"
schedule WaveToyF77_CheckParameters at CCTK_PARAMCHECK
{
LANG: Fortran
-} "Check parameters for Wave Toy (F77)"
+} "Check parameters"
# The basic fields always need memory and communication
# -----------------------------------------------------
-STORAGE: scalarfields
-COMMUNICATION: scalarfields
+STORAGE: scalarevolve,scalarold
+COMMUNICATION: scalarevolve
-schedule WaveToyF77_InitialData at CCTK_INITIAL
+schedule WaveToyF77_InitialData at CCTK_INITIAL AFTER test
{
LANG: Fortran
-} "Initialisation of example 3D wave equation"
+} "Initial data for 3D wave equation"
# Scalartmps are needed, without communication, during evolution
# --------------------------------------------------------------
-schedule WaveToyF77_evolution at CCTK_EVOL
+schedule WaveToyF77_Evolution at CCTK_EVOL
{
LANG: Fortran
STORAGE: scalartmps
-} "Evolution of example 3D wave equation"
+} "Evolution of 3D wave equation"