aboutsummaryrefslogtreecommitdiff
path: root/m
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2011-10-02 21:59:12 -0400
committerErik Schnetter <schnetter@gmail.com>2011-10-02 21:59:12 -0400
commitf981a6378255f78255c6575adc44afc992c19c54 (patch)
tree252421b71404647edc70caf9de1a0d669868af62 /m
parent518f51ee918d6b44a9bca755cc49db0ead083108 (diff)
Initialise boundaries of A and B^i together with boundaries of Gamma^i
Diffstat (limited to 'm')
-rw-r--r--m/McLachlan_BSSN.m4
1 files changed, 3 insertions, 1 deletions
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
}
};