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

STORAGE: scalarevolve

schedule WaveToyC_Startup at STARTUP
{
  LANG: C
} "Register banner"

schedule WaveToyC_InitSymBound at BASEGRID
{
  LANG: C
} "Schedule symmetries"

schedule WaveToyC_Evolution as WaveToy_Evolution at EVOL
{
  LANG: C
} "Evolution of 3D wave equation"