Home > freetb4matlab > msh > MSH2Mmeshalongspline.m

MSH2Mmeshalongspline

PURPOSE ^

% MSH2Mmeshalongspline(@var{xc}, @var{yc}, @var{Nnx}, @var{Nny},

SYNOPSIS ^

function msh2 = MSH2Mmeshalongspline(xc,yc,Nnx,Nny,sigma)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {[@var{msh}]} =
% MSH2Mmeshalongspline(@var{xc}, @var{yc}, @var{Nnx}, @var{Nny},
% @var{sigma}) 
%
% Generates a structured mesh in a thin layer of size @var{sigma}
% sitting on a natural Catmull-Rom type cubic spline with control
% points @var{xc}, @var{yc}. 
% If @var{Nnx} and @var{Nny} are scalars,
% the mesh will have @var{Nnx} nodes in the direction along the
% spline and @var{Nny} in the normal direction. 
% If @var{Nnx} and @var{Nny} are vectors they will indicate
% the curvilinear coordinates of the mesh nodes. 
% Be aware that if @var{sigma} is not much smaller than the curvature
% of the line the resulting mesh may be invalid. 
% 
% @seealso{MSH2Mstructmesh}
% @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