aboutsummaryrefslogtreecommitdiff
path: root/ML_Kretschmann/schedule.ccl
blob: 6d8259a29a9931ebfafa026b5bab6795370852c6 (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
# File produced by Kranc


STORAGE: ML_Kretschmann[other_timelevels]

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

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

schedule group ML_Kretschmann_kretschmann_group in MoL_PseudoEvolution after MoL_PostStep
{
} "ML_Kretschmann_kretschmann"

schedule ML_Kretschmann_kretschmann in ML_Kretschmann_kretschmann_group
{
  LANG: C
  READS: ML_BSSN::At11(Everywhere)
  READS: ML_BSSN::At12(Everywhere)
  READS: ML_BSSN::At13(Everywhere)
  READS: ML_BSSN::At22(Everywhere)
  READS: ML_BSSN::At23(Everywhere)
  READS: ML_BSSN::At33(Everywhere)
  READS: ML_BSSN::phi(Everywhere)
  READS: ML_BSSN::gt11(Everywhere)
  READS: ML_BSSN::gt12(Everywhere)
  READS: ML_BSSN::gt13(Everywhere)
  READS: ML_BSSN::gt22(Everywhere)
  READS: ML_BSSN::gt23(Everywhere)
  READS: ML_BSSN::gt33(Everywhere)
  READS: ML_BSSN::trK(Everywhere)
  WRITES: ML_Kretschmann::Kretsch(Interior)
} "ML_Kretschmann_kretschmann"

schedule ML_Kretschmann_kretschmann_SelectBCs in ML_Kretschmann_kretschmann_bc_group
{
  LANG: C
  OPTIONS: level
  SYNC: ML_Kretschmann
} "ML_Kretschmann_kretschmann_SelectBCs"

schedule group ApplyBCs as ML_Kretschmann_kretschmann_ApplyBCs in ML_Kretschmann_kretschmann_bc_group after ML_Kretschmann_kretschmann_SelectBCs
{
} "Apply BCs for groups set in ML_Kretschmann_kretschmann"

schedule group ML_Kretschmann_kretschmann_bc_group in ML_Kretschmann_kretschmann_group after ML_Kretschmann_kretschmann
{
} "ML_Kretschmann_kretschmann"

schedule group ML_Kretschmann_kretschmann_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep
{
} "ML_Kretschmann_kretschmann"

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

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

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

schedule group ApplyBCs as ML_Kretschmann_ApplyBCs in MoL_PostStep after ML_Kretschmann_SelectBoundConds
{
} "Apply boundary conditions controlled by thorn Boundary"