processorMeshes Class Reference

Container for processor mesh addressing. More...

Public Member Functions

 processorMeshes (PtrList< Time > &databases, const word &meshName)
 Construct from components. More...
 
 processorMeshes (const processorMeshes &)=delete
 Disallow default bitwise copy construction. More...
 
fvMesh::readUpdateState readUpdate ()
 Update the meshes based on the mesh files saved in time directories. More...
 
void reconstructPoints (fvMesh &)
 Reconstruct point position after motion in parallel. More...
 
PtrList< fvMesh > & meshes ()
 
const PtrList< labelIOList > & pointProcAddressing () const
 
PtrList< labelIOList > & faceProcAddressing ()
 
const PtrList< labelIOList > & cellProcAddressing () const
 
const PtrList< labelIOList > & boundaryProcAddressing () const
 
void operator= (const processorMeshes &)=delete
 Disallow default bitwise assignment. More...
 

Detailed Description

Container for processor mesh addressing.

Source files

Definition at line 52 of file processorMeshes.H.

Constructor & Destructor Documentation

◆ processorMeshes() [1/2]

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

Construct from components.

Definition at line 135 of file processorMeshes.C.

◆ processorMeshes() [2/2]

processorMeshes ( const processorMeshes )
delete

Disallow default bitwise copy construction.

Member Function Documentation

◆ readUpdate()

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

Definition at line 154 of file processorMeshes.C.

References Foam::exit(), Foam::FatalError, FatalErrorInFunction, forAll, Foam::nl, polyMesh::TOPO_CHANGE, polyMesh::TOPO_PATCH_CHANGE, and polyMesh::UNCHANGED.

Here is the call graph for this function:

◆ reconstructPoints()

void reconstructPoints ( fvMesh mesh)

Reconstruct point position after motion in parallel.

Definition at line 205 of file processorMeshes.C.

References Foam::abort(), Foam::FatalError, FatalErrorInFunction, forAll, polyMesh::meshSubDir, fvMesh::movePoints(), polyMesh::moving(), IOobject::MUST_READ, IOobject::NO_WRITE, primitiveMesh::nPoints(), List< T >::size(), timeName, and fvMesh::write().

Here is the call graph for this function:

◆ meshes()

PtrList<fvMesh>& meshes ( )
inline

Definition at line 102 of file processorMeshes.H.

◆ pointProcAddressing()

const PtrList<labelIOList>& pointProcAddressing ( ) const
inline

Definition at line 107 of file processorMeshes.H.

◆ faceProcAddressing()

PtrList<labelIOList>& faceProcAddressing ( )
inline

Definition at line 112 of file processorMeshes.H.

◆ cellProcAddressing()

const PtrList<labelIOList>& cellProcAddressing ( ) const
inline

Definition at line 117 of file processorMeshes.H.

◆ boundaryProcAddressing()

const PtrList<labelIOList>& boundaryProcAddressing ( ) const
inline

Definition at line 122 of file processorMeshes.H.

References processorMeshes::operator=().

Here is the call graph for this function:

◆ operator=()

void operator= ( const processorMeshes )
delete

Disallow default bitwise assignment.

Referenced by processorMeshes::boundaryProcAddressing().

Here is the caller graph for this function:

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