warp.fem.space.shape.SquareNonConformingPolynomialShapeFunctions#

class warp.fem.space.shape.SquareNonConformingPolynomialShapeFunctions(degree)[source]#

Non-conforming polynomial shape functions on quadrilateral elements using embedded triangles.

Parameters:

degree (int)

__init__(degree)[source]#
Parameters:

degree (int)

Methods

Attributes

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.

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]#