Module element

Module element 

Source
Expand description

Element shape functions and geometry computations

Direct port of shape function computations from NC_3dFunctions.cpp.

Functionsยง

compute_element_area
Compute element area
compute_element_center
Compute element center (centroid)
compute_element_normal
Compute element normal at center
cross_product
Cross product of two 3D vectors
dot_product
Dot product of two 3D vectors
normalize
Normalize a 3D vector