From 31b531681a0598bdf998c6b58af8bcf3b4e8be20 Mon Sep 17 00:00:00 2001 From: goodale Date: Thu, 25 Apr 2002 22:03:52 +0000 Subject: 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 --- interface.ccl | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 interface.ccl (limited to 'interface.ccl') 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" -- cgit v1.2.3