From 2d031812d302379fe809b35d4c834451b0dde2cb 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/StaticConformal/trunk@2 0cbbb82d-14ec-4423-a1fb-2ab18257ecaa --- interface.ccl | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 interface.ccl (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl new file mode 100644 index 0000000..7454ed4 --- /dev/null +++ b/interface.ccl @@ -0,0 +1,35 @@ +# Interface definition for thorn StaticConformal +# $Header$ + +implements: StaticConformal + +public: + +INT conformal_state type = SCALAR + +REAL confac TYPE = GF +{ + psi +} "Conformal factor" + +REAL confac_1derivs TYPE = GF +{ + psix, psiy, psiz +} "First spatial derivatives of conformal factor divided by psi" + +# Will be changed to. +#REAL confac_1derivs TYPE = GF +#{ +# psi_1, psi_2, psi_3 +#} "First spatial derivatives of conformal factor divided by psi" + +REAL confac_2derivs TYPE = GF +{ + psixx, psixy, psixz, psiyy, psiyz, psizz +} "Second spatial derivatives of conformal factor divided by psi" + +# Will be changed to. +#REAL confac_2derivs TYPE = GF +#{ +# psi_11, psi_12, psi_13, psi_22, psi_23, psi_33 +#} "Second spatial derivatives of conformal factor divided by psi" -- cgit v1.2.3