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

storage: quantities

schedule Cart3dTest_Initial at CCTK_INITIAL
{
  LANG: C
} "Create some interesting initial data"

schedule Cart3dTest_Evolve at CCTK_EVOL
{
  LANG: C
} "Apply symmetry boundary conditions"