aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/IDSpaceTimeToy/schedule.ccl
blob: 8a6c9e3065c1ac424a1bbccbf4246708427e736b (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.5 2003/11/05 16:18:40 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"