


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