download_notch_stress#
- download_notch_stress(load=True)[source]#
Download the FEA stress result from a notched beam.
- Parameters
- loadbool,
optional
Load the dataset after downloading it when
True
. Set this toFalse
and only the filename will be returned.
- loadbool,
- Returns
pyvista.UnstructuredGrid
orstr
DataSet or filename depending on
load
.
Notes
This file may have issues being read in on VTK 8.1.2
Examples
>>> from pyvista import examples >>> dataset = examples.download_notch_stress() >>> dataset.plot(cmap='bwr')