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

SCHEDULE Rot180_CheckTensorTypes AT paramcheck
{
  LANG: C
} "Check tensor type definitions for consistency"

SCHEDULE Rot180_RegisterSymmetry IN SymmetryRegister
{
  LANG: C
} "Register symmetry boundaries"

SCHEDULE Rot180_ComputeLevelExtent IN BoundaryConditions BEFORE Rot180_ApplyBC
{
  LANG: C
  OPTIONS: LEVEL
} "Compute extent of level"

SCHEDULE Rot180_ApplyBC IN BoundaryConditions
{
  LANG: C
} "Apply 180 degree rotational symmetry boundary condition"