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 all global arrays. - Disable cell array with name. - Nodal positions are not 'displaced'. - Disable global array with name. - Disable point array with name. - Enable all global arrays. - 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. - Get status of global array with name. - Get status of point array with name. - Read enabled global data. - 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. - 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 number of time points or iterations available to read. - Return the list of all point array names. - Returns an ExodusIIBlockSet object for the side sets. - All time or iteration values.