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_series
test function in meshio.- Parameters:
- Returns:
pyvista.UnstructuredGrid
orstr
DataSet or filename depending on
load
.
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.