From d300a3dff5fb3c5e4ef94a4f7b4ca49853773dbd Mon Sep 17 00:00:00 2001 From: miguel Date: Wed, 29 Aug 2001 07:55:25 +0000 Subject: Adding Scott's correction for drift in shift. Please update! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@228 89daf98e-ef62-4674-b946-b8ff9de2216c --- interface.ccl | 38 ++++++++++++++++++++++++++++++-------- 1 file changed, 30 insertions(+), 8 deletions(-) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index 3dbac6a..6eb1977 100644 --- a/interface.ccl +++ b/interface.ccl @@ -88,24 +88,46 @@ ahfgrid3, ahf_exp3 } "Grid functions to use in find3 algorithm" +real drift_correct_vars type=SCALAR +{ + ahf_centroid_x, + ahf_centroid_y, + ahf_omega_corr, + ahf_omega_cum +} "Variables for drift correction" + + +####################################### +### SCALARS AND ARRAYS FOR OUTPUT ### +####################################### + REAL out_scalars TYPE=SCALAR { - out_mass, out_radius, out_meridian1, out_meridian2, - out_area, out_perimeter, out_asymx, out_asymy, out_asymz, - out_centerx, out_centery, out_centerz -} "AHFinder scalar variables to output" + out_mass, + out_radius, + out_area, + out_perimeter, + out_meridian1, + out_meridian2, + out_asymx, + out_asymy, + out_asymz, + out_centerx, + out_centery, + out_centerz +} "Output of scalar variables" REAL out_1d_legen TYPE=ARRAY DISTRIB=CONSTANT DIM=1 SIZE=ahf_lmax { out_c0 -} "Coefficients for LEGEN(l,0,)" +} "Output of c0 coefficients" REAL out_2d_legen TYPE=ARRAY DISTRIB=CONSTANT DIM=2 SIZE=ahf_lmax,ahf_lmax { - out_cc, out_cs -} "Coefficients for LEGEN(l,m,)" + out_cc,out_cs +} "Output of cc and cs coefficients" #REAL out_2d_gauss TYPE=ARRAY DISTRIB=CONSTANT DIM=2 SIZE=ahf_ntheta+1,ahf_nphi+1 #{ # out_gauss -#} "Gaussian Curvature" +#} "Output of gaussian curvature" -- cgit v1.2.3