Skip to content
Snippets Groups Projects
Commit 897541b9 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL/THM] Remove incorrect comment block.

parent 5ba965b8
No related branches found
No related tags found
No related merge requests found
...@@ -244,10 +244,6 @@ void ThermoHydroMechanicsProcess<DisplacementDim>::assembleConcreteProcess( ...@@ -244,10 +244,6 @@ void ThermoHydroMechanicsProcess<DisplacementDim>::assembleConcreteProcess(
{ {
DBUG("Assemble the equations for ThermoHydroMechanics"); DBUG("Assemble the equations for ThermoHydroMechanics");
// 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>> std::vector<std::reference_wrapper<NumLib::LocalToGlobalIndexMap>>
dof_table = {std::ref(*_local_to_global_index_map)}; dof_table = {std::ref(*_local_to_global_index_map)};
// Call global assembler for each local assembly item. // Call global assembler for each local assembly item.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment