aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 4b43084c62017e4066cc8ea007a414f170eccdb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Schedule definitions for thorn WaveToy90
# $Header$

STORAGE: scalarevolve

schedule WaveToyF90_Startup at STARTUP
{
  LANG: Fortran
} "Register banner"

schedule WaveToyF90_InitSymBound at BASEGRID
{
  LANG: Fortran
} "Schedule symmetries"

schedule WaveToyF90_Evolution as WaveToy_Evolution at EVOL
{
  LANG: Fortran
  STORAGE: temps
} "Evolution of 3D wave equation"