aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 6622e3892c4039a0fff03fe9124ab4f76122ddb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Schedule definitions for thorn IDScalarWave
# $Header$

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

schedule group WaveToy_InitialData at CCTK_INITIAL
{
} "Execute initial data for wavetoy"

schedule IDScalarWave_InitialData in WaveToy_InitialData
{
  STORAGE:       wavetoy::scalarevolve[3]
  LANG:          Fortran
} "Initial data for 3D wave equation"