Mercurial > repos > public > sbplib
view symmetricPart.m @ 962:262b52c3f268 feature/poroelastic
Bugfix in multiblock.DiffOp/getBoundaryOperatorWrapper
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 19 Dec 2018 06:54:47 +0100 |
parents | f8072bb8d1d1 |
children |
line wrap: on
line source
% Returns the symmetric of A function S = symmetricPart(A, tol) S = 1/2*(A + A'); end