PExodusIIReader#
- class PExodusIIReader(*args, **kwargs)[source]#
PExodusIIReader reads parallel Exodus II and Nemesis files.
Parallel files use the extensions
.e.N.pand.n.N.p, whereNis the number of partitions andpis the partition index. Passing any single file from a series to this reader automatically reads every file in the series and loads the complete dataset. Wraps vtkPExodusIIReader.Added in version 0.49.0.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> from pyvista import examples
>>> filename = examples.download_parallel_exodus(load=False)
>>> reader = pv.get_reader(filename)
>>> mesh = reader.read()
>>> mesh.plot()
Inherited Attributes#
Active time or iteration value. |
|
Return the status of all cell arrays. |
|
Return the status of all point arrays. |
|
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. |
|
Return mapping from regex pattern matching associated with this class. |
|
Return the file extensions associated with this class. |
|
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 or set the filename or directory of the reader. |
|
Return the list of all point array names. |
|
Return the vtk Reader object. |
|
Return the list of all side set array names. |
|
Returns an ExodusIIBlockSet object for the side sets. |
|
All time or iteration values. |
Inherited Methods#
Get status of cell array with name. |
|
Disable all cell arrays. |
|
Disable all global arrays. |
|
Disable all point 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 cell arrays. |
|
Enable all global arrays. |
|
Enable all point 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. |
|
Hide the progress bar when loading the file. |
|
Get status of point array with name. |
|
Read data in file. |
|
Read enabled global data. |
|
Set active time or iteration by index. |
|
Set active time or iteration value. |
|
Show a progress bar when loading the file. |
|
Get the enabled status of a side set array by name or index. |
|
Value of time point or iteration by index. |