download_meshio_xdmf#
- download_meshio_xdmf(load: bool = True) MultiBlock | str[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#
Download Python source code | Download Jupyter notebook
>>> 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.