warp.fem.space.shape.CubeTripolynomialShapeFunctions#
- class warp.fem.space.shape.CubeTripolynomialShapeFunctions(
- degree,
- family,
- scalar_type=warp.float32,
Tripolynomial (tensor-product Lagrange) shape functions on hexahedral elements.
Methods
Attributes
EDGEFACEINTERIORVERTEXvalueValue type of the shape function.
ORDERMaximum degree of the polynomials used to define the shape function.
NODES_PER_ELEMENTNumber of shape function nodes.
- Parameters:
degree (int)
family (Polynomial)
scalar_type (type)