aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: f6e85ccdf1cf3f828b6ff313046c01524f35fba6 (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
26
27
28
29
30
31
32
33
34
# Schedule definitions for thorn Boundary
# $Header$

schedule Boundary_Check at CCTK_PARAMCHECK
{
  LANG: C
} "Check dimension of grid variables"

schedule Boundary_RegisterBCs at CCTK_WRAGH
{
  LANG: C
  OPTIONS: global
} "Register boundary conditions that this thorn provides"

# New boundary infrastructure:

schedule GROUP ApplyBCs
{
} "Apply boundary conditions"

schedule GROUP BoundaryConditions in ApplyBCs BEFORE Boundary_ClearSelection
{
} "Execute all boundary conditions"

schedule Boundary_ApplyPhysicalBCs in BoundaryConditions
{
  LANG: C
} "Apply all requested local physical boundary conditions"

schedule Boundary_ClearSelection in ApplyBCs
{
  LANG: C
  OPTIONS: level
} "Unselect all grid variables for boundary conditions"