%--------------------------------------------------------------------------
% TOPOLOGY.DOUBLE_LAGRANGE
%--------------------------------------------------------------------------
% Double the Lagrange multipliers in order to apply the double Lagrange
% multipliers technique.
%--------------------------------------------------------------------------
% Syntax
%--------------------------------------------------------------------------
TOPOLOGY.DOUBLE_LAGRANGE
%--------------------------------------------------------------------------
% Description
%--------------------------------------------------------------------------
% The DOUBLE_LAGRANGE static method of the TOPOLOGY class is used to
% double the Lagrange multipliers. The input arguments are read within the
% INDEX object. The output arguments are written in the global variable
% TOPOLOGY (TP).
%--------------------------------------------------------------------------
% Input arguments
%--------------------------------------------------------------------------
% N/A
%--------------------------------------------------------------------------
% Output arguments
%--------------------------------------------------------------------------
% N/A
%--------------------------------------------------------------------------
% Example
%--------------------------------------------------------------------------
N/A