pyvista.ExodusIIReader#
- class ExodusIIReader(*args, **kwargs)[source]#
ExodusIIReader for .e and .exo files.
Reads Exodus II files
Added in version 0.45.0.
Examples
>>> 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 cell array with name.
Nodal positions are not 'displaced'.
Disable point array with name.
Enable cell array with name.
Nodal positions are 'displaced' by the standard exodus displacement vector.
Enable point array with name.
Get status of point array with name.
ExodusIIReader.set_active_time_point
(time_point)Set active time or iteration by index.
ExodusIIReader.set_active_time_value
(time_value)Set active time or iteration value.
ExodusIIReader.time_point_value
(time_point)Value of time point or iteration by index.
Attributes
Active time or iteration value.
Return the list of all cell array names.
Return the number of point arrays.
Return the number of point arrays.
Return number of time points or iterations available to read.
Return the list of all point array names.
All time or iteration values.