aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/FOWaveToyF77/schedule.ccl
blob: 4352baa6688c3b582e2a8a1aed27175ef9a8fd39 (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
# Schedule definitions for thorn FOWaveToy77
# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/FOWaveToyF77/schedule.ccl,v 1.3 2003/06/26 19:51:31 shawley Exp $

STORAGE: scalarevolve[3] scalarevolve_derivs[3]

schedule FOWaveToyF77_Startup at STARTUP
{
  LANG: Fortran
} "Register banner"

schedule FOWaveToyF77_InitSymBound at BASEGRID
{
  LANG: Fortran
  OPTIONS: GLOBAL
} "Schedule symmetries"



schedule FOWaveToyF77_Boundaries as WaveToy_Boundaries at INITIAL after WaveToy_InitialData
{
  LANG: Fortran
} "Boundaries of 3D wave equation"



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

schedule FOWaveToyF77_Boundaries as WaveToy_Boundaries at EVOL after WaveToy_Evolution
{
  LANG: Fortran
} "Boundaries of 3D wave equation"