aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 30fd48ea73897df45ca4755032798020e77049af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Schedule definitions for thorn RotatingSymmetry90
# $Header$

if (rotating_symmetry_90) {
  
  SCHEDULE Rot90_RegisterSymmetry IN SymmetryRegister
  {
    LANG: C
  } "Register symmetry boundaries"
  
  SCHEDULE Rot90_ApplyBC IN BoundaryConditions
  {
    LANG: C
  } "Apply 90 degree rotational symmetry boundary condition"
  
}