From 7a90dca5f61a61ec27fde2268f2b823b0eadc7ad Mon Sep 17 00:00:00 2001 From: allen Date: Sun, 25 Jul 1999 20:43:55 +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/WaveToyF77/trunk@3 4451c3c6-1034-4891-99ea-21147727ccdf --- 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..80e7e7d --- /dev/null +++ b/schedule.ccl @@ -0,0 +1,38 @@ +# Schedule definitions for thorn WaveToyF77 +# $Header$ + +schedule WaveToyF77_Startup at CCTK_STARTUP +{ + LANG: C +} "Register the Wave Toy (F77) banner" + +schedule WaveToyF77_InitSymBound at CCTK_BASEGRID +{ + LANG: Fortran +} "Schedule symmetries for Wave Toy (F77)" + +schedule WaveToyF77_CheckParameters at CCTK_PARAMCHECK +{ + LANG: Fortran +} "Check parameters for Wave Toy (F77)" + + +# The basic fields always need memory and communication +# ----------------------------------------------------- +STORAGE: scalarfields +COMMUNICATION: scalarfields + +schedule WaveToyF77_InitialData at CCTK_INITIAL +{ + LANG: Fortran +} "Initialisation of example 3D wave equation" + +# Scalartmps are needed, without communication, during evolution +# -------------------------------------------------------------- +schedule WaveToyF77_evolution at CCTK_EVOL +{ + LANG: Fortran + STORAGE: scalartmps +} "Evolution of example 3D wave equation" + + -- cgit v1.2.3