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

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

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