aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: ca52c8a1364610dd72f908063ca908e7f1ccb356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Schedule definitions for thorn WaveToyCXX
# $Header$

STORAGE: scalarevolve[3]

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

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

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

schedule WaveToyCXX_Boundaries as WaveToy_Boundaries at EVOL AFTER WaveToy_Evolution
{
  LANG: C
} "Boundaries of 3D wave equation"
  
schedule GROUP ApplyBCs as WaveToyCXX_ApplyBCs at EVOL after WaveToy_Boundaries
{
} "Apply boundary conditions"