aboutsummaryrefslogtreecommitdiff
path: root/ML_ADMConstraints_MP/schedule.ccl
blob: dfa72023e86aac92e3af4e25bafee421250dbde6 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# File produced by Kranc


if (timelevels == 1)
{
  STORAGE: ML_Ham[1]
}
if (timelevels == 2)
{
  STORAGE: ML_Ham[2]
}
if (timelevels == 3)
{
  STORAGE: ML_Ham[3]
}

if (timelevels == 1)
{
  STORAGE: ML_mom[1]
}
if (timelevels == 2)
{
  STORAGE: ML_mom[2]
}
if (timelevels == 3)
{
  STORAGE: ML_mom[3]
}

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

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

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

schedule group ML_ADMConstraints_MP_group in MoL_PseudoEvolution after MoL_PostStep
{
  # no language specified
} "ML_ADMConstraints_MP"

schedule ML_ADMConstraints_MP in ML_ADMConstraints_MP_group
{
  LANG: C
} "ML_ADMConstraints_MP"

schedule ML_ADMConstraints_MP_SelectBCs in ML_ADMConstraints_MP_bc_group
{
  LANG: C
  OPTIONS: level
  SYNC: ML_Ham
  SYNC: ML_mom
} "ML_ADMConstraints_MP_SelectBCs"

schedule group ApplyBCs as ML_ADMConstraints_MP_ApplyBCs in ML_ADMConstraints_MP_bc_group after ML_ADMConstraints_MP_SelectBCs
{
  # no language specified
} "Apply BCs for groups set in ML_ADMConstraints_MP"

schedule group ML_ADMConstraints_MP_bc_group in ML_ADMConstraints_MP_group after ML_ADMConstraints_MP
{
  # no language specified
} "ML_ADMConstraints_MP"

schedule group ML_ADMConstraints_MP_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep
{
  # no language specified
} "ML_ADMConstraints_MP"

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

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

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