warp.fem.space.shape.CubeRaviartThomasShapeFunctions#
- class warp.fem.space.shape.CubeRaviartThomasShapeFunctions(degree)[source]#
Raviart-Thomas (face) shape functions on hexahedral elements for H(div) spaces.
- Parameters:
degree (int)
Methods
__init__(degree)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.