Bringing the split files up to date with fe.[ch]pp from master branch

This commit is contained in:
Stowell, Mark L
2021-09-15 12:01:37 -07:00
parent 3c0b0896e6
commit 6c8b907f6f
4 changed files with 1427 additions and 20 deletions
+1
View File
@@ -859,6 +859,7 @@ void H1_TetrahedronElement::CalcHessian(const IntegrationPoint &ip,
Ti.Mult(ddu, ddshape);
}
// TODO: use a FunctionSpace specific to wedges instead of Qk.
H1_WedgeElement::H1_WedgeElement(const int p,
const int btype)
: NodalFiniteElement(3, Geometry::PRISM, ((p + 1)*(p + 1)*(p + 2))/2,