aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authortradke <tradke@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-09-03 11:24:14 +0000
committertradke <tradke@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-09-03 11:24:14 +0000
commit22dbc8296071a175db77b15a9a6299a0d800358b (patch)
tree1f6839a101b53e4c6218880340b83385a5fdbe7b /interface.ccl
parent2fbb045587a3d8cb32ee3ae9a8c419d36dd98000 (diff)
Added CCTK_ARRAY variable "AHFinder::gaussian" with DISTRIB=constant DIM=2 and
SIZE=ahf_ntheta+1,ahf_nphi+1. This variable will replace the local one in AHFinder_gau.F. Since it is a CCTK variable now, it is visible to I/O methods, so you can request output for it. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@235 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/interface.ccl b/interface.ccl
index 6eb1977..2af7f08 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -127,7 +127,7 @@ REAL out_2d_legen TYPE=ARRAY DISTRIB=CONSTANT DIM=2 SIZE=ahf_lmax,ahf_lmax
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
-#} "Output of gaussian curvature"
+REAL ahfinder_gaussian TYPE=ARRAY DISTRIB=CONSTANT DIM=2 SIZE=ahf_ntheta+1,ahf_nphi+1
+{
+ gaussian
+} "Gaussian Curvature"