Mercurial > repos > public > sbplib
view symmetricPart.m @ 973:f5a99cca4654 feature/poroelastic
Remove unused properties in Elastic2dVariable
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Tue, 25 Dec 2018 16:26:20 +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