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:
loadbool, default: True

Load the dataset after downloading it when True. Set this to False and only the filename will be returned.

Returns:
pyvista.UnstructuredGrid or str

DataSet or filename depending on load.

Examples

>>> from pyvista import examples
>>> dataset = examples.download_meshio_xdmf()
>>> dataset.plot()
../../../_images/pyvista-examples-downloads-download_meshio_xdmf-1_00_00.png