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.Note
load=Falsereturns only the file which is read directly, not the other files downloaded alongside it. This is a legacy quirk of theloadargument. For every file belonging to this example, useexamples.get_example('meshio_xdmf').paths.- 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.
Used In#
Docstring Examples
XdmfReader(1 use)