From 9339ddd4bc0fa72fc52969ba32a5694e923610ff Mon Sep 17 00:00:00 2001 From: miguel Date: Fri, 16 Feb 2001 09:48:34 +0000 Subject: ADM constraints was not seeing the matter terms. Notice that we are still missing shift terms in the matter terms. I will fix this later. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@39 b7a48df3-cbbf-4440-997f-b4b717c9f7fc --- src/ADMConstraints.F | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ADMConstraints.F b/src/ADMConstraints.F index 3c92324..93b5358 100644 --- a/src/ADMConstraints.F +++ b/src/ADMConstraints.F @@ -108,12 +108,16 @@ c ------------------------------------------------ Txx = 0.0D0; Txy = 0.0D0; Txz = 0.0D0; Tyy = 0.0D0 Tyz = 0.0D0; Tzz = 0.0D0 -c This may be needed for CalcTmunu etc +c This may be needed for CalcTmunu +c -------------------------------- + #include "CactusEinstein/Einstein/src/macro/DETG_guts.h" - det = DETG_DETCG #include "CactusEinstein/Einstein/src/macro/UPPERMET_guts.h" + + det = DETG_DETCG uxx = UPPERMET_UXX; uxy = UPPERMET_UXY; uxz = UPPERMET_UXZ uyy = UPPERMET_UYY; uyz = UPPERMET_UYZ; uzz = UPPERMET_UZZ + #include "CalcTmunu.inc" -- cgit v1.2.3