aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/IDSpaceTimeToy/schedule.ccl
blob: c959aaf1196d41870107e633b4d3460754ff41d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Schedule definitions for thorn IDSpaceTimeToy
# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/IDSpaceTimeToy/schedule.ccl,v 1.4 2002/04/29 11:28:05 schnetter Exp $

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"