pyvista.ExodusIIBlockSet

Contents

pyvista.ExodusIIBlockSet#

class ExodusIIBlockSet(
exodus_reader: ExodusIIReader,
object_type,
)[source]#

Class for enabling and disabling the blocks, sets, block arrays and set arrays in Exodus II files.

Methods

ExodusIIBlockSet.array_status(name)

Get the status of the block/set array with name.

ExodusIIBlockSet.disable(name)

Disable the block/set with name.

ExodusIIBlockSet.disable_all()

Disable all names in block/set.

ExodusIIBlockSet.disable_all_arrays()

Disable all arrays in block/set.

ExodusIIBlockSet.disable_array(name)

Disable the block/set array with name.

ExodusIIBlockSet.enable(name)

Enable the block/set with name.

ExodusIIBlockSet.enable_all()

Enable all names in block/set.

ExodusIIBlockSet.enable_all_arrays()

Enable all arrays in block/set.

ExodusIIBlockSet.enable_array(name)

Enable the block/set array with name.

ExodusIIBlockSet.status(name)

Get the status of the block/set with name.

Attributes

ExodusIIBlockSet.array_names

Returns the list of the names of the block/set arrays in object.

ExodusIIBlockSet.names

Returns the list of the names of the sets or blocks in object.

ExodusIIBlockSet.number

Return the number of blocks or sets in object.

ExodusIIBlockSet.number_arrays

Return the number of block/set arrays in object.