%--------------------------------------------------------------------------
% TOPOLOGY.ERASE_DIRICHLET
%--------------------------------------------------------------------------
% Erase all the Dirichlet boundary conditions by removing all the
% corresponding Lagrange multipliers.
%--------------------------------------------------------------------------
% Syntax
%--------------------------------------------------------------------------
TOPOLOGY.ERASE_DIRICHLET
%--------------------------------------------------------------------------
% Description
%--------------------------------------------------------------------------
% The ERASE_DIRICHLET static method of the TOPOLOGY class is used erase all
% the Lagrange multipliers created. This is used when considering a
% succession of analysis with different boundary conditions. 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