warp.fem.space.shape.ConstantShapeFunction#
- class warp.fem.space.shape.ConstantShapeFunction(element)[source]#
Shape function that is constant over the element.
- Parameters:
element (Element)
Methods
__init__(element)Attributes
valueValue type of the shape function.
ORDERMaximum degree of the polynomials used to define the shape function.
NODES_PER_ELEMENTNumber of shape function nodes.