From 2e79efbd010b598ed77b27f4adb5a0d7162d6c78 Mon Sep 17 00:00:00 2001 From: allen Date: Thu, 29 Jul 1999 20:29:17 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@3 f80f6fb6-8356-4fd4-90bc-d84ad503c100 --- schedule.ccl | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 schedule.ccl (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl new file mode 100644 index 0000000..7d33d09 --- /dev/null +++ b/schedule.ccl @@ -0,0 +1,38 @@ +# Schedule definitions for thorn WaveToy90 +# $Header$ + +schedule WaveToyF90_Startup at CCTK_STARTUP +{ + LANG: C +} "Register banner" + +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 +{ + LANG: Fortran + STORAGE: scalartmps +} "Evolution of 3D wave equation" + + -- cgit v1.2.3