processorMeshes Class Reference

Container for processor mesh addressing. More...

Public Member Functions

 ClassName ("processorMeshes")
 Runtime type information. More...
 
 processorMeshes (PtrList< Time > &databases, const word &meshName)
 Construct from components. 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...
 
const PtrList< fvMesh > & meshes () const
 
PtrList< fvMesh > & meshes ()
 
const PtrList< labelIOList > & pointProcAddressing () const
 
PtrList< labelIOList > & faceProcAddressing ()
 
const PtrList< labelIOList > & cellProcAddressing () const
 
const PtrList< labelIOList > & boundaryProcAddressing () const
 

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 54 of file processorMeshes.H.

Constructor & Destructor Documentation

◆ processorMeshes()

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

Construct from components.

Definition at line 147 of file processorMeshes.C.

References Foam::read().

Here is the call graph for this function:

Member Function Documentation

◆ ClassName()

ClassName ( "processorMeshes"  )

Runtime type information.

◆ readUpdate()

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

Definition at line 166 of file processorMeshes.C.

References Foam::exit(), Foam::FatalError, FatalErrorInFunction, forAll, Foam::nl, Foam::read(), 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 217 of file processorMeshes.C.

References Foam::abort(), Foam::FatalError, FatalErrorInFunction, forAll, mesh, polyMesh::meshSubDir, fvMesh::movePoints(), IOobject::MUST_READ, IOobject::NO_WRITE, primitiveMesh::nPoints(), timeName, and fvMesh::write().

Here is the call graph for this function:

◆ meshes() [1/2]

const PtrList<fvMesh>& meshes ( ) const
inline

Definition at line 111 of file processorMeshes.H.

◆ meshes() [2/2]

PtrList<fvMesh>& meshes ( )
inline

Definition at line 116 of file processorMeshes.H.

◆ pointProcAddressing()

const PtrList<labelIOList>& pointProcAddressing ( ) const
inline

Definition at line 121 of file processorMeshes.H.

◆ faceProcAddressing()

PtrList<labelIOList>& faceProcAddressing ( )
inline

Definition at line 126 of file processorMeshes.H.

◆ cellProcAddressing()

const PtrList<labelIOList>& cellProcAddressing ( ) const
inline

Definition at line 131 of file processorMeshes.H.

◆ boundaryProcAddressing()

const PtrList<labelIOList>& boundaryProcAddressing ( ) const
inline

Definition at line 136 of file processorMeshes.H.

◆ removeFiles()

void removeFiles ( const polyMesh mesh)
static

Helper: remove all procAddressing files from mesh instance.

Definition at line 274 of file processorMeshes.C.

References Foam::expressions::patchExpr::debug, DebugVar, polyMesh::facesInstance(), mesh, polyMesh::meshSubDir, and Foam::rm().

Here is the call graph for this function:

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