warp.fem.space.shape.SquareRaviartThomasShapeFunctions#
- class warp.fem.space.shape.SquareRaviartThomasShapeFunctions(degree, scalar_type=warp.float32)[source]#
Raviart-Thomas (face) shape functions on quadrilateral elements for H(div) spaces.
Methods
__init__(degree[, scalar_type])Attributes
EDGE_XEDGE_YINTERIORVERTEXValue 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.