Using new function space where appropriate

This commit is contained in:
Stowell, Mark L
2024-09-06 15:28:56 -07:00
parent c622f40713
commit 8b41801be5
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1341,7 +1341,7 @@ const
LinearPyramidFiniteElement::LinearPyramidFiniteElement()
: NodalFiniteElement(3, Geometry::PYRAMID, 5, 1)
: NodalFiniteElement(3, Geometry::PYRAMID, 5, 1, FunctionSpace::Uk)
{
Nodes.IntPoint(0).x = 0.0;
Nodes.IntPoint(0).y = 0.0;
@@ -3015,7 +3015,7 @@ void P0WdgFiniteElement::CalcDShape(const IntegrationPoint &ip,
P0PyrFiniteElement::P0PyrFiniteElement()
: NodalFiniteElement(3, Geometry::PYRAMID, 1, 0, FunctionSpace::Qk)
: NodalFiniteElement(3, Geometry::PYRAMID, 1, 0, FunctionSpace::Uk)
{
Nodes.IntPoint(0).x = 0.375;
Nodes.IntPoint(0).y = 0.375;