ogstools.meshlib.ip_mesh module#

ogstools.meshlib.ip_mesh.tessellate(mesh, cell_type, integration_order)[source]#

Create a tessellated mesh with one subcell per integration point.

Return type:

PolyData

ogstools.meshlib.ip_mesh.to_ip_point_cloud(mesh)[source]#

Convert integration point data to a pyvista point cloud.

Return type:

UnstructuredGrid

ogstools.meshlib.ip_mesh.to_ip_mesh(mesh)[source]#

Create a mesh with cells centered around integration points.

Return type:

UnstructuredGrid