summaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: eafabd146e5bfc3c322c857a4992094f1d8ba0d6 (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
# Schedule definitions for thorn MaximalSlicingAxi
#
if (CCTK_Equals(lapse_evolution_method, "maximal_axi")) {

    SCHEDULE maximal_slicing_axi IN ML_BSSN_evolCalcGroup BEFORE ML_BSSN_RHS {
        LANG: C
    } "Maximal slicing in axisymmetry"

    #SCHEDULE maximal_slicing_axi IN MoL_PostStepModify {
    #    LANG: C
    #} "Maximal slicing in axisymmetry"

    #SCHEDULE maximal_slicing_axi IN MoL_PseudoEvolution {
    #    LANG: C
    #} "Maximal slicing in axisymmetry"

    SCHEDULE maximal_slicing_axi_register AT Startup {
        LANG: C
    } ""

    SCHEDULE maximal_slicing_axi_register_mol IN MoL_Register {
        LANG: C
    } ""

    if (export_coeffs) {
        STORAGE: alpha_coeffs
    }
}