download_exodus#
- download_exodus(load: bool = True) MultiBlock | str[source]#
Sample ExodusII data file.
- Parameters:
- Returns:
- output
pyvista.MultiBlock|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.download_exodus()
>>> dataset.plot()
See also
- Exodus Dataset
See this dataset in the Dataset Gallery for more info.