download_parallel_exodus

download_parallel_exodus#

download_parallel_exodus(*, load: bool = True) MultiBlock | str[source]#

Download parallel Exodus dataset.

Parameters:
loadbool, default: True

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

Returns:
outputpyvista.MultiBlock | str

Mesh or filename depending on load.

Examples

>>> from pyvista import examples
>>> dataset = examples.download_parallel_exodus()
>>> dataset.plot()
../../../_images/pyvista-examples-downloads-download_parallel_exodus-b359579071017424_00_00.png

See also

Parallel Exodus Dataset

See this dataset in the Dataset Gallery for more info.