aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Diener <diener@10-4-34-85.lsu.edu>2007-11-26 14:14:03 -0600
committerPeter Diener <diener@10-4-34-85.lsu.edu>2007-11-26 14:14:03 -0600
commit647de6342951e17be5d2537c22ba7e85aa140e3d (patch)
tree55bd080e648687b9f41ac5a897a3f4efb1ab7762
parente66fb23c2917b81a89c39234055ffd2dc80dea36 (diff)
parent57e22aa0cdc7e0e539b6db244c2daca3daf723a1 (diff)
Merge branch 'HEAD' of ssh://relativity.phys.lsu.edu/home/perturbed/gitroot/McLachlan
-rw-r--r--.gitignore1
-rw-r--r--m/McLachlan.m16
2 files changed, 15 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 8416562..52064cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ m/*.out
*.[oa]
*~
+.#*
diff --git a/m/McLachlan.m b/m/McLachlan.m
index 66e36cb..d427705 100644
--- a/m/McLachlan.m
+++ b/m/McLachlan.m
@@ -47,7 +47,7 @@ Map [DefineTensor,
{g, K, alpha, beta, H, M, detg, gu, G, R, trR, Km, trK,
phi, gt, At, Xt, Xtn, A, B, Atm, Atu, trA, Ats, trAts, cXt, cS, cA,
e4phi, em4phi, ddetg, detgt, gtu, ddetgt, dgtu, ddgtu, Gt, Rt, Rphi, gK,
- "Tmunu_tt", "Tmunu_ti", "Tmunu_ij"}];
+ T00, T0, T}];
(* NOTE: It seems as if Lie[.,.] did not take these tensor weights
into account. Presumably, CD[.,.] and CDt[.,.] don't do this either. *)
@@ -396,9 +396,21 @@ evolCalcBSSN =
Xtn[ua], Rt[la,lb], Rphi[la,lb], R[la,lb],
Atm[ua,lb], Atu[ua,ub],
e4phi, em4phi, g[la,lb], detg,
- ddetg[la], gu[ua,ub], G[ua,lb,lc], Ats[la,lb], trAts},
+ ddetg[la], gu[ua,ub], G[ua,lb,lc], Ats[la,lb], trAts,
+ T00, T0[la], T[la,lb]},
Equations ->
{
+ T00 -> "Tmunu_tt",
+ T01 -> "Tmunu_tx",
+ T02 -> "Tmunu_ty",
+ T03 -> "Tmunu_tz",
+ T11 -> "Tmunu_xx",
+ T12 -> "Tmunu_xy",
+ T13 -> "Tmunu_xz",
+ T22 -> "Tmunu_yy",
+ T23 -> "Tmunu_yz",
+ T33 -> "Tmunu_zz",
+
detgt -> 1 (* detgtExpr *),
ddetgt[la] -> 0 (* ddetgtExpr[la] *),