pyvista.examples.downloads.download_notch_displacement#

download_notch_displacement(load=True)[source]#

Download the FEA displacement result from a notched beam.

Parameters:
loadbool, default: True

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

Returns:
pyvista.UnstructuredGrid | str

DataSet or filename depending on load.

Examples

>>> from pyvista import examples
>>> dataset = examples.download_notch_displacement()
>>> dataset.plot(cmap='bwr')
https://d33wubrfki0l68.cloudfront.net/7de2868870b870dc24514a425e87b5e20b6ace84/1edc9/_images/pyvista-examples-downloads-download_notch_displacement-1_00_00.png