pyvista.examples.downloads.download_meshio_xdmf#
- download_meshio_xdmf(load=True)[source]#
Download xdmf file created by meshio.
The dataset was created by
test_time_seriestest function in meshio.- Parameters:
- Returns:
- output
pyvista.UnstructuredGridorstr DataSet or filename depending on
load.
- output
Examples
>>> from pyvista import examples >>> dataset = examples.download_meshio_xdmf() >>> dataset.plot()
See also
- Meshio Xdmf Dataset
See this dataset in the Dataset Gallery for more info.