download_parallel_exodus

download_parallel_exodus#

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

Download parallel Exodus dataset.

Note

load=False returns only the file which is read directly, not the other files downloaded alongside it. This is a legacy quirk of the load argument. For every file belonging to this example, use examples.get_example('parallel_exodus').paths.

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#

Download Python source code | Download Jupyter notebook

>>> 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.