aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: d9b4b936e3169778d394ba87c987ca5bec4ce77a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Schedule definitions for thorn SymBase
# $Header$

SCHEDULE SymBase_Startup AT CCTK_STARTUP
{
  LANG: C
} "Register GH Extension for SymBase"

SCHEDULE GROUP SymBase_Wrapper AT CCTK_WRAGH
{
} "Wrapper group for SymBase"

SCHEDULE GROUP SymmetryRegister IN SymBase_Wrapper
{
} "Register your symmetries here"

SCHEDULE SymBase_Statistics IN SymBase_Wrapper AFTER SymmetryRegister
{
  LANG: C
} "Print symmetry boundary face descriptions"

SCHEDULE SymBase_Check AT CCTK_BASEGRID
{
  LANG: C
} "Check whether the driver set up the grid consistently"