Fixing basis function computations for order=0

This commit is contained in:
Stowell, Mark L.
2025-05-07 11:44:45 -07:00
parent 46ac9d937f
commit effc07cdbf
+1 -1
View File
@@ -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);
}
}
}