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

#
# FIXME:
# we'd like to schedule at ANALYSIS, but that doesn't get run unless
# some trigger variable is being output at this time step
# ==> quick-n-dirty hack for now: just schedule at POSTINITIAL
#

schedule AHFinderDirect_driver at CCTK_POSTINITIAL
{
lang: C
options: global
} "find apparent horizon(s)"

##schedule test_patch_system at CCTK_POSTINITIAL
##{
##LANG: C
##OPTIONS: global
##} "test driver to verify that src/util/ and src/jtutil/ code works properly"