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... | |
Container for processor mesh addressing.
Definition at line 52 of file processorMeshes.H.
processorMeshes | ( | PtrList< Time > & | databases, |
const word & | meshName | ||
) |
Construct from components.
Definition at line 135 of file processorMeshes.C.
|
delete |
Disallow default bitwise copy construction.
Foam::fvMesh::readUpdateState 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.
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().
Definition at line 102 of file processorMeshes.H.
|
inline |
Definition at line 107 of file processorMeshes.H.
|
inline |
Definition at line 112 of file processorMeshes.H.
|
inline |
Definition at line 117 of file processorMeshes.H.
|
inline |
Definition at line 122 of file processorMeshes.H.
References processorMeshes::operator=().
|
delete |
Disallow default bitwise assignment.
Referenced by processorMeshes::boundaryProcAddressing().