


% -*- texinfo -*-
% @deftypefn {Function File} {[newmsh]} = MSH2Mjigglemesh(@var{msh}, @var{steps})
%
% To equalize the size of triangle edges, set a spring of rest
% length @var{factor}*@var{area} along each edge of the mesh and
% solve for static equilibrium.
%
% The non-linear eqautions of the system obtained are soved via a
% non-linear Gass-Seidel method. @var{step} is the number of steps of
% the method to be applied.
%
% May be useful when distorting a mesh, type @code{demo
% MSH2Mjigglemesh} to see some examples.
%
% @seealso{MSH2Mdisplacementsmoothing, MSH2Mequalizemesh}
%
% @end deftypefn