aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 2b443e29f22929b195552d6943f54c58361b05f2 (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
# Schedule definitions for thorn WaveToy90
# $Header$

schedule WaveToyF90_Startup at CCTK_STARTUP
{
  LANG: C
} "Register banner"

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

# The basic fields always need memory and communication
# -----------------------------------------------------
STORAGE: scalarevolve,scalarold
COMMUNICATION: scalarevolve

# Scalartmps are needed, without communication, during evolution
# --------------------------------------------------------------
schedule WaveToyF90_Evolution at CCTK_EVOL
{
  LANG: Fortran
  STORAGE: scalartmps
} "Evolution of 3D wave equation"