%--------------------------------------------------------------------------
% TIMELOAD.INITFEXTUD
%--------------------------------------------------------------------------
% Initialization of the prescribed force and displacement vectors.
%--------------------------------------------------------------------------
% Syntax
%--------------------------------------------------------------------------
[CH1,CH2,CH3] = INITFEXTUD(TL)
[CH1,CH2,CH3] = TIMELOAD.INITFEXTUD(TL)
%--------------------------------------------------------------------------
% Description
%--------------------------------------------------------------------------
% TIMELOAD.INITFEXTUD allows to initialize the prescribed force and
% displacement vectors.
%--------------------------------------------------------------------------
% Input arguments
%--------------------------------------------------------------------------
% TL : TIME LOAD object
%--------------------------------------------------------------------------
% Output arguments
%--------------------------------------------------------------------------
% CH1 : vector object describing the applied forces
% CH2 : vector object describing the prescribed displacements related
% to the Lagrange multipliers I
% CH3 : vector object describing the prescribed displacements related
% to the Lagrange multipliers II
%--------------------------------------------------------------------------
% Example
%--------------------------------------------------------------------------
N/A