diff --git a/fem/fe/fe_pos.cpp b/fem/fe/fe_pos.cpp index 6f7ad25c6c..3629322eb4 100644 --- a/fem/fe/fe_pos.cpp +++ b/fem/fe/fe_pos.cpp @@ -1893,6 +1893,7 @@ L2Pos_PyramidElement::L2Pos_PyramidElement(const int p) if (p == 0) { + dof_map[idx(0,0,0,0,0)] = 0; Nodes.IntPoint(0).Set3(0.375, 0.375, 0.25); } else @@ -2203,7 +2204,6 @@ void L2Pos_PyramidElement::CalcDShape(const IntegrationPoint &ip, { dshape(it.second, d) = m_dshape(it.first, d); } - } }