pyvista.ExodusIIReader#
- class ExodusIIReader(*args, **kwargs)[ソース]#
ExodusIIReader for .e and .exo files.
Reads Exodus II files. Wraps vtkExodusIIReader.
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. |
|
|
アクティブ時間やイテレーションをインデックスで設定します. |
|
アクティブ時刻またはイテレーション値を設定します. |
|
インデックスによるタイムポイントまたはイテレーションの値. |
アトリビュート#
アクティブタイムまたはイテレーション値. |
|
すべてのセル配列名のリストを返します. |
|
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. |
|
全タイムまたはイテレーション値. |