diff --git a/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcess.cpp b/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcess.cpp index 194cc0cc1b1545a7c40b266993afbff7d29d1f1e..f5968678c4fbe8b87375a2b47285f2d74288177d 100644 --- a/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcess.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcess.cpp @@ -18,6 +18,7 @@ #include "MeshLib/Utils/getOrCreateMeshProperty.h" #include "NumLib/DOF/DOFTableUtil.h" #include "ProcessLib/Deformation/SolidMaterialInternalToSecondaryVariables.h" +#include "ProcessLib/Output/CellAverageAlgorithm.h" #include "ProcessLib/Process.h" #include "ProcessLib/Reflection/ReflectionForExtrapolation.h" #include "ProcessLib/Reflection/ReflectionForIPWriters.h" @@ -287,8 +288,7 @@ void ThermoRichardsMechanicsProcess<DisplacementDim, ConstitutiveTraits>:: pv.getActiveElementIDs(), getDOFTables(x.size()), t, dt, x, x_prev, process_id); - cell_average_data_.computeSecondaryVariable(DisplacementDim, - local_assemblers_); + computeCellAverages(cell_average_data_, DisplacementDim, local_assemblers_); } template <int DisplacementDim, typename ConstitutiveTraits>