aboutsummaryrefslogtreecommitdiff
path: root/ML_ADMQuantities/schedule.ccl
blob: b33d8febbcd06d33d8076b6f8e71d38998f8d5f9 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# File produced by Kranc


STORAGE: ML_Jadm[3]

STORAGE: ML_Madm[3]

schedule ML_ADMQuantities_Startup at STARTUP
{
  LANG: C
  OPTIONS: meta
} "create banner"

schedule ML_ADMQuantities_RegisterVars in MoL_Register
{
  LANG: C
  OPTIONS: meta
} "Register Variables for MoL"

schedule ML_ADMQuantities_RegisterSymmetries in SymmetryRegister
{
  LANG: C
  OPTIONS: meta
} "register symmetries"

schedule ML_ADMQuantities IN MoL_PseudoEvolution
{
  LANG: C
  SYNC: ML_Jadm
  SYNC: ML_Madm
} "ML_ADMQuantities"

schedule ML_ADMQuantities_boundary IN MoL_PseudoEvolution AFTER ML_ADMQuantities
{
  LANG: C
} "ML_ADMQuantities_boundary"

schedule ML_ADMQuantities_SelectBoundConds in MoL_PostStep
{
  LANG: C
  OPTIONS: level
} "select boundary conditions"

schedule ML_ADMQuantities_CheckBoundaries at BASEGRID
{
  LANG: C
  OPTIONS: meta
} "check boundaries treatment"

schedule group ApplyBCs as ML_ADMQuantities_ApplyBCs in MoL_PostStep  after ML_ADMQuantities_SelectBoundConds
{
  # no language specified
} "Apply boundary conditions controlled by thorn Boundary"