pyvista.ExodusIIReader#
- class ExodusIIReader(*args, **kwargs)[ソース]#
ExodusIIReader for .e and .exo files.
Reads Exodus II files
Added in version 0.45.0.
例
>>> import pyvista as pv >>> from pyvista import examples >>> filename = examples.download_mug(load=False) >>> reader = pv.get_reader(filename) >>> mesh = reader.read() >>> mesh.plot()
メソッド
名前付きのセル配列の状態を返します.
Disable all global arrays.
名前付きのセル配列を無効にします.
Nodal positions are not 'displaced'.
Disable global array with name.
名前の付いたポイント配列を無効にします.
Enable all global arrays.
名前付きのセル配列を有効にします.
Nodal positions are 'displaced' by the standard exodus displacement vector.
Enable global array with name.
名前付きの点状配列を有効にします.
Get status of global array with name.
名前付きのポイント配列の状態を返します.
Read enabled global data.
ExodusIIReader.set_active_time_point
(time_point)アクティブ時間やイテレーションをインデックスで設定します.
ExodusIIReader.set_active_time_value
(time_value)アクティブ時刻またはイテレーション値を設定します.
ExodusIIReader.time_point_value
(time_point)インデックスによるタイムポイントまたはイテレーションの値.
アトリビュート
アクティブタイムまたはイテレーション値.
すべてのセル配列名のリストを返します.
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.
ポイント配列の数を返します.
ポイント配列の数を返します.
ポイント配列の数を返します.
読み取り可能なタイムポイントまたはイタレーションの数を返します.
すべてのポイント配列名のリストを返します.
Returns an ExodusIIBlockSet object for the side sets.
全タイムまたはイテレーション値.