From f981a6378255f78255c6575adc44afc992c19c54 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Sun, 2 Oct 2011 21:59:12 -0400 Subject: Initialise boundaries of A and B^i together with boundaries of Gamma^i --- m/McLachlan_BSSN.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'm') diff --git a/m/McLachlan_BSSN.m b/m/McLachlan_BSSN.m index 21aa53f..8e7dc6d 100644 --- a/m/McLachlan_BSSN.m +++ b/m/McLachlan_BSSN.m @@ -363,7 +363,9 @@ initGammaCalc = Where -> Everywhere, Equations -> { - Xt[ua] -> 0 + Xt[ua] -> 0, + A -> 0, + B[ua] -> 0 } }; -- cgit v1.2.3