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

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

schedule IDSpaceTimeToy_InitialData as SpaceTimeToy_InitialData at INITIAL \
	after IDHydroToy_InitialData
{
  LANG: Fortran
  STORAGE: spacetimetoy::spacetimeevolve[3]
} "Initial data for 3D wave equation"