mymesh.mesh.mesh.to_pyvista#

mesh.to_pyvista()[source]#

Convert mesh object to a pyvista unstructured grid object.

Returns:

pvmesh – meshio-type mesh object with nodes, elements (cells), and node/element data.

Return type:

pyvista.core.pointset.UnstructuredGrid