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.
- Parameters:
degree (int)
family (Polynomial)
scalar_type (type)
- __init__(
- degree,
- family,
- scalar_type=warp.float32,
- Parameters:
degree (int)
family (Polynomial)
scalar_type (type)
Methods
__init__(degree, family[, scalar_type])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.