aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@d576a68a-b34a-40ae-82fc-004fa1a9d16f>2002-04-25 22:03:52 +0000
committergoodale <goodale@d576a68a-b34a-40ae-82fc-004fa1a9d16f>2002-04-25 22:03:52 +0000
commit31b531681a0598bdf998c6b58af8bcf3b4e8be20 (patch)
tree84ebafe9e025e38130aa9f34b6428ab5648647d3 /interface.ccl
parent3decf19fb8e12ad5924cb36ab1c7ee6f815c62bc (diff)
Initial import of new Einstein stuff. This has the new thorns, but not all
are fully functional yet. When I have completed this stage I'll send an updated spec out with some questions which have arisen during this process. Please don't import anything new without checking with me first, as I want to play games on the server copying cvs files around to preserve histories on files which are only minimally touched. Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMBase/trunk@2 d576a68a-b34a-40ae-82fc-004fa1a9d16f
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl50
1 files changed, 50 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
new file mode 100644
index 0000000..3c85866
--- /dev/null
+++ b/interface.ccl
@@ -0,0 +1,50 @@
+# Interface definition for thorn ADMBase
+# $Header$
+
+implements: ADMBase
+
+public:
+
+INT shift_state TYPE = SCALAR
+
+REAL metric TYPE = GF timelevels = 3
+{
+ gxx,gxy,gxz,gyy,gyz,gzz
+} "ADM 3-metric"
+
+REAL curv TYPE = GF timelevels = 3
+{
+ kxx,kxy,kxz,kyy,kyz,kzz
+} "ADM extrinsic curvature"
+
+REAL lapse TYPE = GF timelevels = 3
+{
+ alp
+} "ADM lapse function"
+
+REAL shift TYPE = GF timelevels = 3
+{
+ betax,betay,betaz
+} "ADM shift function"
+
+# Will become
+#
+#REAL metric TYPE = GF timelevels = 3
+#{
+# g11,g12,g13,g22,g23,g33
+#} "ADM 3-metric"
+#
+#REAL curv TYPE = GF timelevels = 3
+#{
+# K11,K12,K13,K22,K23,K33
+#} "ADM extrinsic curvature"
+#
+#REAL lapse TYPE = GF timelevels = 3
+#{
+# lapse
+#} "ADM lapse function"
+#
+#REAL shift TYPE = GF timelevels = 3
+#{
+# shift1,shift2,shift3
+#} "ADM shift function"