%--------------------------------------------------------------------------
% CHPOINT.DEPI
%--------------------------------------------------------------------------
% Prescribtion of a non null displacement when applying a Dirichlet
% boundary condition.
%--------------------------------------------------------------------------
% Syntax
%--------------------------------------------------------------------------
CHP1 = CHPOINT.DEPI(CL1,val1)
%--------------------------------------------------------------------------
% Description
%--------------------------------------------------------------------------
% The DEPI static method of the CHPOINT class is used to prescribe a value
% to a degree of freedom. It is used when applying a Dirichlet boundary
% condition.
%--------------------------------------------------------------------------
% Input arguments
%--------------------------------------------------------------------------
% CL1 : MATRICE object describing the boundary condition
% val1 : scalar - value of the prescribed degree of freedom
%--------------------------------------------------------------------------
% Output arguments
%--------------------------------------------------------------------------
% CHP1 : CHPOINT object to be assembled in the global loading vector
%--------------------------------------------------------------------------
% Example
%--------------------------------------------------------------------------
CL3 = MATRICE('DIRI','L3',1)
CL3 =
MATRICE with properties:
mat_elem: [1x6 MAT_ELEM]
type: 'DIRI'
FO1 = CHPOINT.DEPI(CL3,20e-3)
FO1 =
1x6 CHPOINT array with properties:
support
loc_dof
dof_val