Mercurial > repos > public > sbplib
changeset 796:aa1ed37a1b56 feature/poroelastic
Remove hack in multiblock/DiffOp that was used with cell penalties.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 25 Jul 2018 18:53:07 -0700 |
parents | 1f6b2fb69225 |
children | 5cf9fdf4c98f |
files | +multiblock/DiffOp.m |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/+multiblock/DiffOp.m Wed Jul 25 18:33:03 2018 -0700 +++ b/+multiblock/DiffOp.m Wed Jul 25 18:53:07 2018 -0700 @@ -164,9 +164,6 @@ for i = 1:length(boundary) [closurePart, penaltyPart] = obj.boundary_condition(boundary{i}, type); closure = closure + closurePart; - if iscell(penaltyPart) - penaltyPart = blockmatrix.toMatrix(penaltyPart); - end penalty = [penalty, penaltyPart]; end otherwise