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...
 
polyMesh::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 noexcept
 
PtrList< fvMesh > & meshes () noexcept
 
const PtrList< labelIOList > & pointProcAddressing () const noexcept
 
PtrList< labelIOList > & faceProcAddressing () noexcept
 
const PtrList< labelIOList > & cellProcAddressing () const noexcept
 
const PtrList< labelIOList > & boundaryProcAddressing () 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 50 of file processorMeshes.H.

Constructor & Destructor Documentation

◆ processorMeshes()

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

Construct from components.

Definition at line 95 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 114 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)

◆ meshes() [1/2]

const PtrList<fvMesh>& meshes ( ) const
inlinenoexcept

Definition at line 133 of file processorMeshes.H.

◆ meshes() [2/2]

PtrList<fvMesh>& meshes ( )
inlinenoexcept

Definition at line 138 of file processorMeshes.H.

◆ pointProcAddressing()

const PtrList<labelIOList>& pointProcAddressing ( ) const
inlinenoexcept

Definition at line 143 of file processorMeshes.H.

◆ faceProcAddressing()

PtrList<labelIOList>& faceProcAddressing ( )
inlinenoexcept

Definition at line 148 of file processorMeshes.H.

◆ cellProcAddressing()

const PtrList<labelIOList>& cellProcAddressing ( ) const
inlinenoexcept

Definition at line 153 of file processorMeshes.H.

◆ boundaryProcAddressing()

const PtrList<labelIOList>& boundaryProcAddressing ( ) const
inlinenoexcept

Definition at line 158 of file processorMeshes.H.

◆ removeFiles()

void removeFiles ( const polyMesh mesh)
static

Helper: remove all procAddressing files from mesh instance.

Definition at line 218 of file processorMeshes.C.

References polyMesh::facesInstance(), Foam::fileHandler, io(), mesh, polyMesh::meshSubDir, IOobject::objectPath(), IOobject::rename(), and fvMesh::thisDb().

Here is the call graph for this function:

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