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


STORAGE: Psi4i_group[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"


if (CCTK_EQUALS(fd_order, "2nd"))
{
  schedule psis_calc_2nd at CCTK_EVOL after MoL_Evolution after evolved_to_adm as calc_np
  {
    LANG: C
    SYNC: Psi4i_group
    SYNC: Psi4r_group
  } "psis_calc_2nd"
}


if (CCTK_EQUALS(fd_order, "4th"))
{
  schedule psis_calc_4th at CCTK_EVOL after MoL_Evolution after evolved_to_adm as calc_np
  {
    LANG: C
    SYNC: Psi4i_group
    SYNC: Psi4r_group
  } "psis_calc_4th"
}

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

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

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