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

[PL] SD; Fix integration order for sigma IP writer

parent 86b91dd5
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ SmallDeformationProcess<DisplacementDim>::SmallDeformationProcess(
_integration_point_writer.emplace_back(
std::make_unique<SigmaIntegrationPointWriter>(
static_cast<int>(mesh.getDimension() == 2 ? 4 : 6) /*n components*/,
2 /*integration order*/, [this]() {
integration_order, [this]() {
// Result containing integration point data for each local
// assembler.
std::vector<std::vector<double>> result;
......
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