Skip to content

Mesh module

Utilities for representing and transforming unstructured meshes.

This module defines lightweight containers around meshio data structures and conversion helpers to bridge meshio and PyVista representations. It also provides plotting helpers and named or indexed subregion tagging support.

Notes

Runtime validation is handled by beartype decorators and validators on public APIs. The mesh representation requires 3D point coordinates.