Adjusting pyramid integration rules and related data

This commit is contained in:
Stowell, Mark L.
2025-03-12 16:27:58 -07:00
parent ac39347119
commit cc7c996425
6 changed files with 60 additions and 11 deletions
+1 -1
View File
@@ -1272,7 +1272,7 @@ const real_t RT_FuentesPyramidElement::nk[24] =
RT_FuentesPyramidElement::RT_FuentesPyramidElement(const int p)
: VectorFiniteElement(3, Geometry::PYRAMID, (p + 1)*(3*p*(p + 2) + 5),
p + 1, H_DIV, FunctionSpace::Pk),
p + 1, H_DIV, FunctionSpace::Uk),
dof2nk(dof)
{
zmax = 0.0;