aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: ce8688e5f179860c732b3790d9353a4b7fa1ab97 (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 WaveToyFreeF90
# $Header$

STORAGE: scalarevolve

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

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

schedule WaveToyFreeF90_Evolution at EVOL
{
  LANG: Fortran
  STORAGE: temps
  COMM: temps
} "Evolution of 3D wave equation"