# Schedule definitions for thorn WaveToyC # $Header$ STORAGE: scalarevolve[3] schedule WaveToyC_Startup at STARTUP { LANG: C } "Register banner" schedule WaveToyC_InitSymBound at BASEGRID { LANG: C OPTIONS: global } "Schedule symmetries" schedule WaveToyC_Evolution as WaveToy_Evolution at EVOL { LANG: C SYNC: scalarevolve } "Evolution of 3D wave equation" schedule WaveToyC_Boundaries as WaveToy_Boundaries at EVOL AFTER WaveToy_Evolution { LANG: C OPTIONS: level } "Boundaries of 3D wave equation" schedule GROUP ApplyBCs as WaveToyC_ApplyBCs at EVOL after WaveToy_Boundaries { } "Apply boundary conditions" schedule WaveToyC_Boundaries as WaveToy_Boundaries at POSTRESTRICT { LANG: C OPTIONS: level } "Boundaries of 3D wave equation" schedule GROUP ApplyBCs as WaveToyC_ApplyBCs at POSTRESTRICT after WaveToy_Boundaries { } "Apply boundary conditions"