warp.fem.space.shape.CubeNonConformingPolynomialShapeFunctions#
- class warp.fem.space.shape.CubeNonConformingPolynomialShapeFunctions(
- degree,
- scalar_type=warp.float32,
Non-conforming polynomial shape functions on hexahedral elements using embedded tetrahedra.
Methods
__init__(degree[, scalar_type])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.