%--------------------------------------------------------------------------
% TIMELOAD.EVALLOAD
%--------------------------------------------------------------------------
% Evaluation of the loading at a given time step.
%--------------------------------------------------------------------------
% Syntax
%--------------------------------------------------------------------------
[CH1,CH2,CH3] = EVALLOAD(TL,dt1,dt2)
%--------------------------------------------------------------------------
% Description
%--------------------------------------------------------------------------
% TIMELOAD.EVALLOAD allows to evaluate the loading at a given time step.
%--------------------------------------------------------------------------
% Input arguments
%--------------------------------------------------------------------------
% TL : TIME LOAD object
% dt1 : time tk
% dt2 : time tk+1
%--------------------------------------------------------------------------
% 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
%--------------------------------------------------------------------------
[ch1,ch2,ch3] = EVALLOAD(obj,dt1,dt2)
ch1 =
(39,1) 2.5000e-05
ch2 =
(42,1) 2.5000e-05
ch3 =
All zero sparse: 42-by-1