Mercurial > repos > public > sbplib
view symmetricPart.m @ 921:19c05eefc8c6 feature/utux2D
Add warning that interfaceNonConforming in LaplaceCurve only works for Cartesian grids.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sun, 02 Dec 2018 16:27:49 -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