From 80179ea5d94fb0598160565c1fc4a81daf9c0028 Mon Sep 17 00:00:00 2001 From: jthorn Date: Sat, 26 Oct 2002 18:36:34 +0000 Subject: * #ifdef-out code for storing BH diagnostics in Cactus arrays because (for reasons I don't understand) all the Cactus arrays show up as NULL pointers at run-time :( :( * Add an option to also write the BH diagnostics to an output file inside AHFinderDirect -- this works fine. Alas the output file format is hard-wired to a simple ASCII one. :( git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@860 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- interface.ccl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index df8b800..8e2dfe6 100644 --- a/interface.ccl +++ b/interface.ccl @@ -16,7 +16,8 @@ protected: # all the remaining diagnostics are arrays subscripted by the # (1-origin) horizon number hn ; subscript 0 is unused # -int BH_diagnostics__int TYPE=array DIM=1 SIZE=N_horizons+1 DISTRIB=constant +int BH_diagnostics__int TYPE=array DIM=1 SIZE=N_horizons+1 \ + DISTRIB=constant TIMELEVELS=1 { # this is a Boolean flag: 0=false, 1=true AH_found # was this AH found the last time we searched for it? @@ -27,7 +28,8 @@ AH_found # was this AH found the last time we searched for it? # these diagnostics are only defined for those apparent horizons # where AH_found[hn] is true # -real BH_diagnostics__real TYPE=array DIM=1 SIZE=N_horizons+1 DISTRIB=constant +real BH_diagnostics__real TYPE=array DIM=1 SIZE=N_horizons+1 \ + DISTRIB=constant TIMELEVELS=1 { # FIXME: it would be nice to gather these together in some way centroid_x, centroid_y, centroid_z # centroid position -- cgit v1.2.3