%--------------------------------------------------------------------------
% INDEX.GET_VECT_INDEX
%--------------------------------------------------------------------------
% Get the indexation vector from a set of NODE and a set of number of
% degrees of freedom.
%--------------------------------------------------------------------------
% Syntax
%--------------------------------------------------------------------------
out = GET_VECT_INDEX(opt,IN,NO1,loc_dof)
out = INDEX.GET_VECT_INDEX(opt,IN,NO1,loc_dof)
%--------------------------------------------------------------------------
% Description
%--------------------------------------------------------------------------
% INDEX.GET_VECT_INDEX allows to get the indexation vector from a set of
% NODE and a set of number of degrees of freedom.
%--------------------------------------------------------------------------
% Input arguments
%--------------------------------------------------------------------------
% opt : STRING - type of the object provided as input. opt can
% equal to:
% - CHPOINT : OBJ is a CHPOINT object
% - ELEMENT : OBJ is an ELEMENT object
% - MATRCE : OBJ is a MATRICE object
%
% IN : INDEX object
% NO1 : NODE object
% loc_dof : scalar, vector - set la local number associated with the
% degrees of freedom whose the indexation is looked for
%--------------------------------------------------------------------------
% Output arguments
%--------------------------------------------------------------------------
% out : scalar, vector - indexation vector
%--------------------------------------------------------------------------
% Example
%--------------------------------------------------------------------------
out = INDEX.GET_VECT_INDEX(opt,IN,NO1,loc_dof)
out =
784
785
786
787
788
789
790