aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 8e22789c9da733e143589b33ef3f5b10b04600fc (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
30
31
32
33
34
35
36
37
38
# Schedule definitions for thorn WaveToy77
# $Header$

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

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

schedule WaveToyF77_CheckParameters at CCTK_PARAMCHECK
{
  LANG: Fortran
} "Check parameters"


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

schedule WaveToyF77_InitialData at CCTK_INITIAL AFTER test
{
  LANG: Fortran
} "Initial data for 3D wave equation"

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