aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 7f9660e9d72056ff2c93058996a7778e2f892b82 (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
# Schedule definitions for thorn AHFinder
#c/*@@
#c  @date      July 1999
#c  @author    Lars Nerger
#c  @@*/


if (ahf_active && ahf_persists)
{
   STORAGE: ahfindergrid,ahfmask

   schedule ahfinder at CCTK_POSTSTEP
   {
    LANG: Fortran
    STORAGE: ahfgradient,ahfinder_gauss,find3grid
   } "Call apparent horizon finder with persisting grid"
}

else if (ahf_active)
{
   schedule ahfinder at CCTK_POSTSTEP
   {
    LANG: Fortran
    STORAGE:ahfgradient,ahfinder_gauss,find3grid,ahfindergrid,ahfmask
   } "Call apparent horizon finder"
}