aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2005-02-28 14:25:44 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2005-02-28 14:25:44 +0000
commit80ba194efcad80bd36bcb621d4678701f3987fb2 (patch)
tree3181c6e0f2bb22c9cd9c63688e1c8801169966de /schedule.ccl
parent528c16bc31082e8b2b6b00ce7bf96d8177d05260 (diff)
make some of the mask parameters steerable (finally!!!)
-- thanks to Frank Loeffler for the basic patches for this git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1397 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 2365116..3cd6cb0 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -16,6 +16,12 @@ after SpatialCoordinates
#
if (run_at_CCTK_ANALYSIS != 0)
{
+ schedule AHFinderDirect_update at CCTK_ANALYSIS \
+ before AHFinderDirect_find_horizons
+ {
+ lang: C
+ options: global
+ } "update internal data structures from steerable parameters"
schedule AHFinderDirect_find_horizons at CCTK_ANALYSIS
{
lang: C
@@ -24,6 +30,12 @@ if (run_at_CCTK_ANALYSIS != 0)
}
if (run_at_CCTK_POSTSTEP != 0)
{
+ schedule AHFinderDirect_update at CCTK_POSTSTEP \
+ before AHFinderDirect_find_horizons
+ {
+ lang: C
+ options: global
+ } "update internal data structures from steerable parameters"
schedule AHFinderDirect_find_horizons at CCTK_POSTSTEP
{
lang: C