warp.fem.space.shape.CubeRaviartThomasShapeFunctions#
- class warp.fem.space.shape.CubeRaviartThomasShapeFunctions(degree, scalar_type=warp.float32)[source]#
Raviart-Thomas (face) shape functions on hexahedral elements for H(div) spaces.
Methods
__init__(degree[, scalar_type])Attributes
EDGEFACEINTERIORVERTEXValue type of the shape function.
ORDERMaximum degree of the polynomials used to define the shape function.
NODES_PER_ELEMENTNumber of shape function nodes.