%--------------------------------------------------------------------------
% INDEX.GET_DOF_NODE
%--------------------------------------------------------------------------
% Get the global numbers of a degree of freedom correspong to a NODE
%--------------------------------------------------------------------------
% Syntax
%--------------------------------------------------------------------------
out = GET_DOF_NODE(IN,NO1)
out = INDEX.GET_DOF_NODE(IN,NO1)
%--------------------------------------------------------------------------
% Description
%--------------------------------------------------------------------------
% INDEX.GET_DOF_NODE allows to get the global number of degrees of freedom
% related to a set of NODE objects.
%--------------------------------------------------------------------------
% Input arguments
%--------------------------------------------------------------------------
% IN : INDEX object
% NO1 : NODE objects - set of objects
%--------------------------------------------------------------------------
% Output arguments
%--------------------------------------------------------------------------
% out : scalar
%--------------------------------------------------------------------------
% Example
%--------------------------------------------------------------------------
out = GET_DOF_NODE(IN,NO1)
out =
784