Mercurial > repos > public > sbplib
view skewPart.m @ 637:eead18a8964d feature/d1_staggered
Rename +- grids primal and dual grids
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 08 Nov 2017 10:56:09 -0800 |
parents | f8072bb8d1d1 |
children |
line wrap: on
line source
% Returns the skew of A function S = skewPart(A, tol) S = 1/2*(A - A'); end