warp.fem.space.shape.SquareBipolynomialShapeFunctions#

class warp.fem.space.shape.SquareBipolynomialShapeFunctions(degree, family)[source]#
Parameters:
__init__(degree, family)[source]#
Parameters:

Methods

Attributes

EDGE_X

EDGE_Y

INTERIOR

VERTEX

name

value

VERTEX_NODE_COUNT

Number of shape function nodes per vertex

EDGE_NODE_COUNT

Number of shape function nodes per triangle edge (excluding vertex nodes)

INTERIOR_NODE_COUNT

Number of shape function nodes per triangle (excluding edge and vertex nodes)

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]#
element_node_triangulation()[source]#
element_vtk_cells()[source]#