Skip to content
Snippets Groups Projects
Commit 3557e292 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[PL/LD] Use generic cell average output

parent 61b59f4e
No related branches found
No related tags found
No related merge requests found
......@@ -207,6 +207,9 @@ void LargeDeformationProcess<DisplacementDim>::computeSecondaryVariableConcrete(
GlobalExecutor::executeSelectedMemberOnDereferenced(
&LocalAssemblerInterface::computeSecondaryVariable, _local_assemblers,
pv.getActiveElementIDs(), dof_tables, t, dt, x, x_prev, process_id);
cell_average_data_.computeSecondaryVariable(DisplacementDim,
_local_assemblers);
}
template class LargeDeformationProcess<2>;
template class LargeDeformationProcess<3>;
......
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