Bringing the split files up to date with fe.[ch]pp from master branch
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user