warp.fem.space.shape.ConstantShapeFunction#
- class warp.fem.space.shape.ConstantShapeFunction(element, scalar_type=warp.float32)[source]#
Shape function that is constant over the element.
Methods
__init__(element[, scalar_type])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.