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

STORAGE: scalarevolve

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

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

schedule WaveToyCXX_Evolution at EVOL
{
  LANG: C
  STORAGE: scalartmps
  COMMUNICATION: scalartmps
} "Evolution of 3D wave equation"