Adjust the FunctionSpace for a few FiniteElements

This commit is contained in:
Veselin Dobrev
2022-03-11 11:06:38 -08:00
parent 6fa650fef5
commit 7e9b167dd7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1024,7 +1024,7 @@ RT_WedgeElement::RT_WedgeElement(const int p)
: VectorFiniteElement(3, Geometry::PRISM,
(p + 2) * ((p + 1) * (p + 2)) / 2 +
(p + 1) * (p + 1) * (p + 3), p + 1,
H_DIV, FunctionSpace::Pk),
H_DIV, FunctionSpace::Qk),
dof2nk(dof),
t_dof(dof),
s_dof(dof),