Specifying vector and curl dimensions in new wedge elements

This commit is contained in:
Stowell, Mark L
2022-02-28 09:55:40 -08:00
parent 5fa73ccc17
commit aa8c181706
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1223,7 +1223,7 @@ const double ND_WedgeElement::tk[15] =
ND_WedgeElement::ND_WedgeElement(const int p,
const int cb_type,
const int ob_type)
: VectorFiniteElement(3, Geometry::PRISM,
: VectorFiniteElement(3, 3, 3, Geometry::PRISM,
3 * p * ((p + 1) * (p + 2))/2, p,
H_CURL, FunctionSpace::Qk),
dof2tk(dof),