Mercurial > repos > public > sbplib
view skewPart.m @ 722:89e14a85a2d0 feature/grids
Add missing assignment of obj.grid in multiblock.DiffOp
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 19 Mar 2018 17:12:08 +0100 |
parents | f8072bb8d1d1 |
children |
line wrap: on
line source
% Returns the skew of A function S = skewPart(A, tol) S = 1/2*(A - A'); end