warp.fem.space.shape.SquareBipolynomialShapeFunctions#
- class warp.fem.space.shape.SquareBipolynomialShapeFunctions(
- degree,
- family,
- scalar_type=warp.float32,
Bipolynomial (tensor-product Lagrange) shape functions on quadrilateral 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
EDGE_XEDGE_YINTERIORVERTEXvalueValue type of the shape function.
VERTEX_NODE_COUNTNumber of shape function nodes per vertex.
EDGE_NODE_COUNTNumber of shape function nodes per square edge (excluding vertex nodes).
INTERIOR_NODE_COUNTNumber of shape function nodes per square (excluding edge and vertex nodes).
ORDERMaximum degree of the polynomials used to define the shape function.
NODES_PER_ELEMENTNumber of shape function nodes.