aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 5d794314f877fda47cfdb501e0b8100980aa6b24 (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
97
98
99
100
101
102
103
104
105
106
# File produced by Kranc


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

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

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

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

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


schedule group WeylScal4_Calculate in MoL_PseudoEvolution
{
} "Calculate the Newman-Penrose quantities"

if (CCTK_EQUALS(fd_order, "2nd"))
{
  schedule psis_calc_2nd in WeylScal4_Calculate as calc_np
  {
    LANG: C
    SYNC: Psi4i_group
    SYNC: Psi4r_group
  } "psis_calc_2nd"
}


if (CCTK_EQUALS(fd_order, "4th"))
{
  schedule psis_calc_4th in WeylScal4_Calculate as calc_np
  {
    LANG: C
    SYNC: Psi4i_group
    SYNC: Psi4r_group
  } "psis_calc_4th"
}

schedule WeylScal4_SelectBoundConds in WeylScal4_Boundaries
{
  LANG: C
  OPTIONS: level
  SYNC: Psi4i_group
  SYNC: Psi4r_group
} "select boundary conditions"

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

schedule group ApplyBCs as WeylScal4_ApplyBCs in WeylScal4_Boundaries after WeylScal4_SelectBoundConds
{
  # no language specified
} "Apply boundary conditions controlled by thorn Boundary"

schedule group WeylScal4_Boundaries in WeylScal4_Calculate after calc_np
{
  # no language specified
} "Apply boundary conditions controlled by thorn Boundary"

schedule group WeylScal4_Boundaries in CCTK_POSTRESTRICTINITIAL
{
  # no language specified
} "Apply boundary conditions controlled by thorn Boundary"

schedule group WeylScal4_Boundaries in CCTK_POSTRESTRICT
{
  # no language specified
} "Apply boundary conditions controlled by thorn Boundary"