aboutsummaryrefslogtreecommitdiff
path: root/m
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2011-01-03 20:53:18 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2011-01-03 20:53:18 -0500
commit0f2dfd1ba3d8f6fa58b2bc6f62591e0417e18f7c (patch)
tree6dfe4d7a90e9f3e3384994ddc9862b9c9554e36b /m
parent3bf7d31dcd3b93d4bb6ae29f05d1bf4269d2c4fe (diff)
Split the BSSN constraint calculations differently into two calculations to reduce code size
Diffstat (limited to 'm')
-rw-r--r--m/McLachlan_BSSN.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/m/McLachlan_BSSN.m b/m/McLachlan_BSSN.m
index 8cb0fdd..ae5ae80 100644
--- a/m/McLachlan_BSSN.m
+++ b/m/McLachlan_BSSN.m
@@ -1034,15 +1034,15 @@ constraintsCalc =
constraintsCalc1 = PartialCalculation[constraintsCalc, "1",
{},
{
- H,
- cS,
- cXt[ua]
+ H
}];
constraintsCalc2 = PartialCalculation[constraintsCalc, "2",
{},
{
M[li],
+ cS,
+ cXt[ua],
cA
}];