From 471d9eeedb400b65aef28bfd5564b17bca36c2d5 Mon Sep 17 00:00:00 2001 From: jthorn Date: Wed, 12 May 2004 15:39:04 +0000 Subject: * add interface to Erik's SphericalSurface thorn ==> With this commit, AHFinderDirect now inherits from AEIThorns/SphericalSurface, so you must have that thorn in your configuration to be able to compile. * add computation of surface quadrupole moments and areal radius * expand BH_diagnostics file format to accomodate quadrupole moments and areal radius, and also to include not-implemented-yet columns for 9 more diagnostics which Erik has implemented in his branch * some other small cleanups git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1329 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- schedule.ccl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index 19eca06..1464fcb 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -24,6 +24,12 @@ if (find_every != 0) lang: C } "maybe announce horizon position(s) to other thorns" } + schedule AHFinderDirect_store_SS_info at CCTK_ANALYSIS \ + after AHFinderDirect_find_horizons + { + lang: C + options: global + } "maybe store horizon info in SphericalSurface variables" # # *** KLUDGE *** @@ -31,7 +37,7 @@ if (find_every != 0) # We would really like to give this routine the # options:global # attribute, so it only runs on those time levels where - # we've found (or at least tried to fnid) horizons. But + # we've found (or at least tried to find) horizons. But # this doesn't work, because we need a GH -- and the other # thorns' routines we call need valid grid variables in # it -- in the announcing code, and options:global -- cgit v1.2.3