Home > freetb4matlab > msh > MSH3Mnodesonfaces.m

MSH3Mnodesonfaces

PURPOSE ^

% MSH3Mnodesonfaces(@var{mesh}, @var{facelist})

SYNOPSIS ^

function [nodelist] = MSH3Mnodesonfaces(mesh,facelist);

DESCRIPTION ^

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