aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorlars <lars@89daf98e-ef62-4674-b946-b8ff9de2216c>1999-07-21 09:50:23 +0000
committerlars <lars@89daf98e-ef62-4674-b946-b8ff9de2216c>1999-07-21 09:50:23 +0000
commitc5c68fbff7f9b27f7bb7439b6fcc77879823dcd9 (patch)
treef8ddb8690186d9961b73172736a300fcdf8047c3 /interface.ccl
parent8fafcd075208081ec07cb07155b40939889cf234 (diff)
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@3 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl49
1 files changed, 49 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
new file mode 100644
index 0000000..0bff3b9
--- /dev/null
+++ b/interface.ccl
@@ -0,0 +1,49 @@
+# Interface definition for thorn AHFinder
+# $Header$
+#/*@@
+#c @file AHFinder_rfr.F
+#c @date April 1998
+#c @author Miguel Alcubierre
+#c @desc
+#c RFR Initialization
+#c @enddesc
+#c@@*/
+
+implements: ahfinder
+inherits: interp einstein grid adm
+
+
+public:
+
+real ahfindergrid type=GF
+{
+ahfgrid,
+ahf_exp
+} "Grid function for single surface"
+
+real ahfmask type=GF
+{
+ahmask
+} "Grid function for masking"
+
+private:
+
+real ahfgradient type=GF
+{
+ahfgradx,
+ahfgrady,
+ahfgradz,
+ahfgradn
+} "Grid functions for gradients"
+
+real ahfinder_gauss type=GF
+{
+ahfgauss
+} "Grid function for gaussian curcature calculation"
+
+
+real find3grid type=GF
+{
+ahfgrid3,
+ahf_exp3
+} "Grid functions to use in find3 algorithm"