Loading...
Searching...
No Matches
processorMeshes Class Reference

Container for processor mesh addressing. More...

#include <processorMeshes.H>

Public Member Functions

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

Static Public Member Functions

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

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.

References Foam::noexcept.

◆ nProcs()

label nProcs ( ) const
inlinenoexcept

The number of processors used.

Definition at line 153 of file processorMeshes.H.

References Foam::noexcept.

◆ meshes() [1/2]

const PtrList< fvMesh > & meshes ( ) const
inlinenoexcept

The processor meshes.

Definition at line 158 of file processorMeshes.H.

References Foam::noexcept.

◆ meshes() [2/2]

PtrList< fvMesh > & meshes ( )
inlinenoexcept

The processor meshes.

Definition at line 166 of file processorMeshes.H.

References Foam::noexcept.

◆ pointProcAddressing()

const PtrList< labelIOList > & pointProcAddressing ( ) const
inlinenoexcept

Definition at line 171 of file processorMeshes.H.

References Foam::noexcept.

◆ faceProcAddressing()

PtrList< labelIOList > & faceProcAddressing ( )
inlinenoexcept

Definition at line 176 of file processorMeshes.H.

References Foam::noexcept.

◆ cellProcAddressing()

const PtrList< labelIOList > & cellProcAddressing ( ) const
inlinenoexcept

Definition at line 181 of file processorMeshes.H.

References Foam::noexcept.

◆ boundaryProcAddressing()

const PtrList< labelIOList > & boundaryProcAddressing ( ) const
inlinenoexcept

Definition at line 186 of file processorMeshes.H.

References Foam::noexcept.

◆ pointMeshes()

const PtrList< pointMesh > & pointMeshes ( ) const
inlinenoexcept

The processor point meshes.

Definition at line 195 of file processorMeshes.H.

References Foam::noexcept.

◆ pointMeshBoundaryProcAddressing()

const PtrList< labelIOList > & pointMeshBoundaryProcAddressing ( ) const
inlinenoexcept

Definition at line 200 of file processorMeshes.H.

References Foam::noexcept.

◆ removeFiles()

void removeFiles ( const polyMesh & mesh)
static

Helper: remove all procAddressing files from mesh instance.

References mesh.


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