Home > freetb4matlab > msh > MSH2Mjigglemesh.m

MSH2Mjigglemesh

PURPOSE ^

%

SYNOPSIS ^

function [msh] = MSH2Mjigglemesh(msh, steps)

DESCRIPTION ^

% -*- 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

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003