Home > freetb4matlab > bim > BIM2Cunknownsonside.m

BIM2Cunknownsonside

PURPOSE ^

%

SYNOPSIS ^

function [nodelist] = BIM2Cunknownsonside(mesh, sidelist)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {[@var{nodelist}]} = BIM2Cunknownsonside(@var{mesh},@var{sidelist})
%
% List the mesh nodes that lie on the specified geometrical sides.
%
% Input:
% @itemize @minus
% @item @var{mesh}: PDEtool-like mesh with required field 'p', 'e', 't'.
% @item @var{sidelist}: list of the sides of the geometrical border.
% @end itemize 
%
% Output:
% @itemize @minus
% @item @var{nodelist}: list of the nodes that lie on the specified sides.
% @end itemize
%
% @seealso{BIM2Cunknowncoord}
% @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