Container for finite-area processor mesh addressing. More...
#include <processorFaMeshes.H>
Public Member Functions | |
| processorFaMeshes (const UPtrList< fvMesh > &procVolMeshes, const word &areaName=word()) | |
| Construct from components. | |
| const word & | name () const noexcept |
| The area-region name. | |
| label | nProcs () const noexcept |
| The number of processors used. | |
| const PtrList< faMesh > & | meshes () const noexcept |
| The processor finite-area meshes. | |
| PtrList< faMesh > & | meshes () noexcept |
| The processor finite-area meshes. | |
| const PtrList< labelIOList > & | pointProcAddressing () const noexcept |
| PtrList< labelIOList > & | edgeProcAddressing () noexcept |
| const PtrList< labelIOList > & | faceProcAddressing () const noexcept |
| const PtrList< labelIOList > & | boundaryProcAddressing () const noexcept |
Static Public Member Functions | |
| static void | removeFiles (const faMesh &mesh) |
| Helper: remove all procAddressing files from mesh instance. | |
Container for finite-area processor mesh addressing.
Author Zeljko Tukovic, FSB Zagreb
Definition at line 54 of file processorFaMeshes.H.
|
explicit |
Construct from components.
| procVolMeshes | The processor volume meshes (could/should be polyMesh) |
| areaName | The area-region name |
|
inlinenoexcept |
The area-region name.
Definition at line 133 of file processorFaMeshes.H.
References Foam::noexcept.
|
inlinenoexcept |
The number of processors used.
Definition at line 138 of file processorFaMeshes.H.
References Foam::noexcept.
The processor finite-area meshes.
Definition at line 143 of file processorFaMeshes.H.
References Foam::noexcept.
The processor finite-area meshes.
Definition at line 151 of file processorFaMeshes.H.
References Foam::noexcept.
|
inlinenoexcept |
Definition at line 156 of file processorFaMeshes.H.
References Foam::noexcept.
|
inlinenoexcept |
Definition at line 161 of file processorFaMeshes.H.
References Foam::noexcept.
|
inlinenoexcept |
Definition at line 166 of file processorFaMeshes.H.
References Foam::noexcept.
|
inlinenoexcept |
Definition at line 171 of file processorFaMeshes.H.
References Foam::noexcept.
|
static |
Helper: remove all procAddressing files from mesh instance.
References mesh.