warp.fem.space.shape.CubeTripolynomialShapeFunctions#
- class warp.fem.space.shape.CubeTripolynomialShapeFunctions(degree, family)[source]#
Tripolynomial (tensor-product Lagrange) shape functions on hexahedral elements.
- Parameters:
degree (int)
family (Polynomial)
- __init__(degree, family)[source]#
- Parameters:
degree (int)
family (Polynomial)
Methods
__init__(degree, family)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.