diff --git a/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsFEM-impl.h b/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsFEM-impl.h index 2271e50c56369e49a6517868609830c0db90c686..a4587896d4d051a35cf894858d94ff101600aff9 100644 --- a/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsFEM-impl.h +++ b/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsFEM-impl.h @@ -390,7 +390,7 @@ void ThermoRichardsMechanicsLocalAssembler<ShapeFunctionDisplacement, // residual, order T, p, u block_p(out.res).noalias() = dNdx.transpose() * CD.eq_p_data.rhs_p_dNT_V; block_u(out.res).noalias() = - B.transpose() * CD.s_mech_data.sigma_total - + B.transpose() * CD.total_stress_data.sigma_total - static_cast<int>(this->process_data_.apply_body_force_for_deformation) * N_u_op.transpose() * CD.grav_data.volumetric_body_force;