Create triangle 3 meshes for SDIC analyses in 3D space#

The package pysdic provides functions to create 3D surface meshes from heightmap functions or axisymmetric profiles using 3-node triangular elements. These meshes can be used in Stereo Digital Image Correlation (SDIC) analyses or for visualization purposes. The meshes can be used in Stereo Digital Image Correlation (SDIC) analyses or for visualization purposes.

create_triangle_3_heightmap([...])

Create a 3D Mesh XY-plane mesh with variable height defined by a surface function.

create_triangle_3_axisymmetric([...])

Create a 3D axisymmetric mesh Mesh using a given profile curve.