Mercurial > repos > public > sbplib
view symmetricPart.m @ 664:8e6dfd22fc59 feature/poroelastic
Free BC now yields symmetric negative semidefinite discretization.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Fri, 15 Dec 2017 16:23:10 -0800 |
parents | f8072bb8d1d1 |
children |
line wrap: on
line source
% Returns the symmetric of A function S = symmetricPart(A, tol) S = 1/2*(A + A'); end