From 4ef140c2df7c77fefeb6927b5bf882d855562165 Mon Sep 17 00:00:00 2001 From: allen Date: Sat, 4 Sep 1999 11:05:58 +0000 Subject: 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 --- schedule.ccl | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'schedule.ccl') 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 -- cgit v1.2.3