summaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: e743105997ea6ecfbe5509a90ba41b145f86e4d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Schedule definitions for thorn NullSurf
#

if (nb_surfaces > 0) {
    SCHEDULE ns_evol IN CCTK_ANALYSIS {
        LANG: C
    } "NullSurf eval RHS"

    SCHEDULE ns_evol_init IN CCTK_BASEGRID AFTER TemporalSpacings {
        LANG: C
    } ""

    SCHEDULE ns_init IN CCTK_INITIAL {
        LANG: C
    } ""

    STORAGE: photon_coord
    STORAGE: photon_rhs
    STORAGE: photon_times
    STORAGE: evol_next_step
    STORAGE: surfaces_active
}