ExodusIIReader#
- class ExodusIIReader(*args, **kwargs)[source]#
ExodusIIReader for .e and .exo files.
Reads Exodus II files. Wraps vtkExodusIIReader.
Added in version 0.45.0.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> from pyvista import examples
>>> filename = examples.download_mug(load=False)
>>> reader = pv.get_reader(filename)
>>> mesh = reader.read()
>>> mesh.plot()
Methods#
Get status of cell array with name. |
|
Disable all global arrays. |
|
Disable all side sets. |
|
Disable cell array with name. |
|
Nodal positions are not 'displaced'. |
|
Disable global array with name. |
|
Disable point array with name. |
|
Disable a side set array by name or index. |
|
Enable all global arrays. |
|
Enable all side sets. |
|
Enable cell array with name. |
|
Nodal positions are 'displaced' by the standard exodus displacement vector. |
|
Enable global array with name. |
|
Enable point array with name. |
|
Enable a side set array by name or index. |
|
Get status of global array with name. |
|
Get status of point array with name. |
|
Read enabled global data. |
|
|
Set active time or iteration by index. |
|
Set active time or iteration value. |
Get the enabled status of a side set array by name or index. |
|
|
Value of time point or iteration by index. |
Attributes#
Active time or iteration value. |
|
Return or set whether mode shape animation is enabled. |
|
Return the list of all cell array names. |
|
Returns an ExodusIIBlockSet object for the edge blocks. |
|
Returns an ExodusIIBlockSet object for the element blocks. |
|
Returns an ExodusIIBlockSet object for the element sets. |
|
Returns an ExodusIIBlockSet object for the face blocks. |
|
Returns an ExodusIIBlockSet object for the face sets. |
|
Return the list of all global array names. |
|
Returns an ExodusIIBlockSet object for the node sets. |
|
Return the number of point arrays. |
|
Return the number of point arrays. |
|
Return the number of point arrays. |
|
Return the number of side set arrays. |
|
Return number of time points or iterations available to read. |
|
Return the list of all point array names. |
|
Return the list of all side set array names. |
|
Returns an ExodusIIBlockSet object for the side sets. |
|
All time or iteration values. |