Adjust the FunctionSpace for a few FiniteElements
This commit is contained in:
+1
-1
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user