download_parallel_exodus#
- download_parallel_exodus(*, load: bool = True) MultiBlock | str[source]#
Download parallel Exodus dataset.
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('parallel_exodus').paths.- Parameters:
- Returns:
- output
pyvista.MultiBlock|str Mesh or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.download_parallel_exodus()
>>> dataset.plot()
See Also#
- Parallel Exodus Dataset
See this dataset in the Dataset Gallery for more info.
Used In#
Docstring Examples
PExodusIIReader(1 use)