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