aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-08-29 07:55:25 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-08-29 07:55:25 +0000
commitd300a3dff5fb3c5e4ef94a4f7b4ca49853773dbd (patch)
tree15c8bc8cd04bde952e060c5265b3270c0e50a9ba /interface.ccl
parent9e3be98d93baec12d982efe64ff3d057ab6f75a4 (diff)
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
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl38
1 files changed, 30 insertions, 8 deletions
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"