Home > freetb4matlab > msh > MSH2Mnodesonsides.m

MSH2Mnodesonsides

PURPOSE ^

% MSH2Mnodesonsides(@var{mesh}, @var{sidelist})

SYNOPSIS ^

function [nodelist] = MSH2Mnodesonsides(mesh,sidelist)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {[@var{nodelist}]} =@
% MSH2Mnodesonsides(@var{mesh}, @var{sidelist})
%
% Returns a list of the nodes lying on the sides @var{sidelist} of
% the mesh @var{mesh}.
%
% Input:
% @itemize @minus
% @item @var{mesh}: standard PDEtool-like mesh, with field 'p', 'e', 't'.
% @item @var{sidelist}: row vector containing the number of the sides (numbering referred to mesh.e(5,:)).
% @end itemize
%
% Output:
% @itemize @minus
% @item @var{nodelist}: list of the nodes that lies on the specified sides.
% @end itemize 
%
% @seealso{MSH2Mgeomprop,MSH2Mtopprop}
% @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