From 480f6b89eda6f728f27ebcb2ce47ec85c588e65f Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <github@naumov.de> Date: Mon, 1 Mar 2021 16:25:50 +0100 Subject: [PATCH] [PL/RM] Remove incorrect comment in assemble(). --- ProcessLib/RichardsMechanics/RichardsMechanicsProcess.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ProcessLib/RichardsMechanics/RichardsMechanicsProcess.cpp b/ProcessLib/RichardsMechanics/RichardsMechanicsProcess.cpp index ba8ab4c497b..ef66ec6f20e 100644 --- a/ProcessLib/RichardsMechanics/RichardsMechanicsProcess.cpp +++ b/ProcessLib/RichardsMechanics/RichardsMechanicsProcess.cpp @@ -465,10 +465,6 @@ void RichardsMechanicsProcess<DisplacementDim>::assembleConcreteProcess( { DBUG("Assemble the equations for RichardsMechanics"); - // Note: This assembly function is for the Picard nonlinear solver. Since - // only the Newton-Raphson method is employed to simulate coupled HM - // processes in this class, this function is actually not used so far. - std::vector<std::reference_wrapper<NumLib::LocalToGlobalIndexMap>> dof_table = {std::ref(*_local_to_global_index_map)}; ProcessLib::ProcessVariable const& pv = getProcessVariables(process_id)[0]; -- GitLab