Skip to content

liblaf.melon.io.pyvista.unstructured_grid

Volume-mesh I/O helpers built around pyvista.UnstructuredGrid.

Attributes:

as_unstructured_grid module-attribute

as_unstructured_grid: ConverterDispatcher[
    UnstructuredGrid
] = ConverterDispatcher(UnstructuredGrid)

Convert supported volume meshes to [pyvista.UnstructuredGrid][].

load_unstructured_grid module-attribute

load_unstructured_grid: ReaderDispatcher[
    UnstructuredGrid
] = ReaderDispatcher(UnstructuredGrid)

Load an unstructured volume mesh with PyVista.