processorMeshes Class Reference

Container for processor mesh addressing. More...

Public Member Functions

 ClassName ("processorMeshes")
 Runtime type information. More...
 
 processorMeshes (const UPtrList< Time > &databases, const word &meshName)
 Construct from components. More...
 
polyMesh::readUpdateState readUpdate ()
 Update meshes based on the mesh files saved in time directories. More...
 
void reconstructPoints (fvMesh &)
 Reconstruct point position after motion in parallel. More...
 
const wordname () const noexcept
 The (volume) mesh-region name. More...
 
label nProcs () const noexcept
 The number of processors used. More...
 
const PtrList< fvMesh > & meshes () const noexcept
 The processor meshes. More...
 
PtrList< fvMesh > & meshes () noexcept
 The processor meshes. More...
 
const PtrList< labelIOList > & pointProcAddressing () const noexcept
 
PtrList< labelIOList > & faceProcAddressing () noexcept
 
const PtrList< labelIOList > & cellProcAddressing () const noexcept
 
const PtrList< labelIOList > & boundaryProcAddressing () const noexcept
 
const PtrList< pointMesh > & pointMeshes () const noexcept
 The processor point meshes. More...
 
const PtrList< labelIOList > & pointMeshBoundaryProcAddressing () const noexcept
 

Static Public Member Functions

static void removeFiles (const polyMesh &mesh)
 Helper: remove all procAddressing files from mesh instance. More...
 

Detailed Description

Container for processor mesh addressing.

Source files

Definition at line 49 of file processorMeshes.H.

Constructor & Destructor Documentation

◆ processorMeshes()

processorMeshes ( const UPtrList< Time > &  databases,
const word meshName 
)

Construct from components.

Member Function Documentation

◆ ClassName()

ClassName ( "processorMeshes"  )

Runtime type information.

◆ readUpdate()

polyMesh::readUpdateState readUpdate ( )

Update meshes based on the mesh files saved in time directories.

◆ reconstructPoints()

void reconstructPoints ( fvMesh )

Reconstruct point position after motion in parallel.

◆ name()

const word& name ( ) const
inlinenoexcept

The (volume) mesh-region name.

Definition at line 148 of file processorMeshes.H.

◆ nProcs()

label nProcs ( ) const
inlinenoexcept

The number of processors used.

Definition at line 153 of file processorMeshes.H.

References UPtrList< T >::size().

Here is the call graph for this function:

◆ meshes() [1/2]

const PtrList<fvMesh>& meshes ( ) const
inlinenoexcept

The processor meshes.

Definition at line 158 of file processorMeshes.H.

◆ meshes() [2/2]

PtrList<fvMesh>& meshes ( )
inlinenoexcept

The processor meshes.

Definition at line 166 of file processorMeshes.H.

◆ pointProcAddressing()

const PtrList<labelIOList>& pointProcAddressing ( ) const
inlinenoexcept

Definition at line 171 of file processorMeshes.H.

◆ faceProcAddressing()

PtrList<labelIOList>& faceProcAddressing ( )
inlinenoexcept

Definition at line 176 of file processorMeshes.H.

◆ cellProcAddressing()

const PtrList<labelIOList>& cellProcAddressing ( ) const
inlinenoexcept

Definition at line 181 of file processorMeshes.H.

◆ boundaryProcAddressing()

const PtrList<labelIOList>& boundaryProcAddressing ( ) const
inlinenoexcept

Definition at line 186 of file processorMeshes.H.

◆ pointMeshes()

const PtrList<pointMesh>& pointMeshes ( ) const
inlinenoexcept

The processor point meshes.

Definition at line 195 of file processorMeshes.H.

◆ pointMeshBoundaryProcAddressing()

const PtrList<labelIOList>& pointMeshBoundaryProcAddressing ( ) const
inlinenoexcept

Definition at line 200 of file processorMeshes.H.

◆ removeFiles()

static void removeFiles ( const polyMesh mesh)
static

Helper: remove all procAddressing files from mesh instance.


The documentation for this class was generated from the following file: