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

schedule IDScalarWaveC_CheckParameters at CCTK_PARAMCHECK
{
  LANG: C
} "Check parameters"

schedule IDScalarWaveC_InitialData at CCTK_INITIAL
{
  STORAGE:       wavetoy::scalarevolve
  LANG:          C
} "Initial data for 3D wave equation"