warp.fem.space.shape.TriangleNedelecFirstKindShapeFunctions#
- class warp.fem.space.shape.TriangleNedelecFirstKindShapeFunctions(degree)[source]#
Nédélec first-kind (edge) shape functions on triangular elements for H(curl) spaces.
- Parameters:
degree (int)
Methods
__init__(degree)node_type_and_index(node_index_in_elt)Attributes
EDGEINTERIORVERTEXValue type of the shape function.
VERTEX_NODE_COUNTNumber of shape function nodes per vertex.
EDGE_NODE_COUNTNumber of shape function nodes per triangle edge (excluding vertex nodes).
INTERIOR_NODE_COUNTNumber of shape function nodes per triangle (excluding edge and vertex nodes).
ORDERMaximum degree of the polynomials used to define the shape function.
NODES_PER_ELEMENTNumber of shape function nodes.