diff +multiblock/DiffOp.m @ 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 624120275bab
children 5cf9fdf4c98f
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