aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormiguel <miguel@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2001-02-16 09:48:34 +0000
committermiguel <miguel@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2001-02-16 09:48:34 +0000
commit9339ddd4bc0fa72fc52969ba32a5694e923610ff (patch)
treea53be5c20335e3efd0740eeb047ed559f15af225 /src
parenta8ed2e73db7fddcbe31b3a4cc4573425e4d638b3 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/ADMConstraints.F8
1 files changed, 6 insertions, 2 deletions
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"