Skip to content
Snippets Groups Projects
Commit c78a3d1d authored by Norbert Grunwald's avatar Norbert Grunwald Committed by Tom Fischer
Browse files

fixed a naming issue in THM

parent d43fd16b
No related branches found
No related tags found
No related merge requests found
......@@ -366,7 +366,7 @@ void ThermoHydroMechanicsProcess<
return;
}
DBUG("PostNonLinearSolver HydroMechanicsProcess.");
DBUG("PostNonLinearSolver ThermoHydroMechanicsProcess.");
// Calculate strain, stress or other internal variables of mechanics.
GlobalExecutor::executeMemberOnDereferenced(
&LocalAssemblerInterface::postNonLinearSolver, _local_assemblers,
......@@ -379,7 +379,7 @@ void ThermoHydroMechanicsProcess<
GlobalVector const& x,
const int process_id)
{
DBUG("Compute the secondary variables for HydroMechanicsProcess.");
DBUG("Compute the secondary variables for ThermoHydroMechanicsProcess.");
GlobalExecutor::executeMemberOnDereferenced(
&LocalAssemblerInterface::computeSecondaryVariable, _local_assemblers,
getDOFTable(process_id), t, x, _coupled_solutions);
......
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