%--------------------------------------------------------------------------
% INDEX.GET_NODE_DOF_LOC
%--------------------------------------------------------------------------
% Get the NODE objects associated with a global number and a type of a
% degrees of freedom.
%--------------------------------------------------------------------------
% Syntax
%--------------------------------------------------------------------------
NO1 = GET_NODE_DOF_LOC(IN,nbg,nbl)
NO1 = INDEX.GET_NODE_DOF_LOC(IN,nbg,nbl)
%--------------------------------------------------------------------------
% Description
%--------------------------------------------------------------------------
% INDEX.GET_NODE_DOF_LOC allows to get the NODE objects associated with a
% global number and a type of a degrees of freedom. The length of nbg and
% nbl must be equal to 1.
%--------------------------------------------------------------------------
% Input arguments
%--------------------------------------------------------------------------
% IN : INDEX object
% nbg : scalar - global number of degrees of freedom
% nbl : scalar - local number of degrees of freedom (type)
%--------------------------------------------------------------------------
% Output arguments
%--------------------------------------------------------------------------
% NO1 : NODE objects - set of objects
%--------------------------------------------------------------------------
% Example
%--------------------------------------------------------------------------
NO1 = INDEX.GET_NODE_DOF_LOC(IN,5,2)
NO1 =
NODE with properties:
node_number: 5
coor: [0 1]