warp.fem.space.shape.TriangleNonConformingPolynomialShapeFunctions#
- class warp.fem.space.shape.TriangleNonConformingPolynomialShapeFunctions(degree)[source]#
Non-conforming polynomial shape functions on triangular elements.
- Parameters:
degree (int)
Methods
__init__(degree)Attributes
valueValue type of the shape function.
ORDERMaximum degree of the polynomials used to define the shape function.
NODES_PER_ELEMENTNumber of shape function nodes.