warp.fem.space.shape.CubeNedelecFirstKindShapeFunctions#

class warp.fem.space.shape.CubeNedelecFirstKindShapeFunctions(degree, scalar_type=warp.float32)[source]#

Nédélec first-kind (edge) shape functions on hexahedral elements for H(curl) spaces.

Methods

Attributes

EDGE

FACE

INTERIOR

VERTEX

name

value

Value type of the shape function.

ORDER

Maximum degree of the polynomials used to define the shape function.

NODES_PER_ELEMENT

Number of shape function nodes.

Parameters:
value: Value = 1#

Value type of the shape function.

property name: str[source]#
make_node_coords_in_element()[source]#
make_node_quadrature_weight()[source]#
make_trace_node_quadrature_weight()[source]#
make_element_inner_weight()[source]#
make_element_inner_weight_gradient()[source]#