Container for processor mesh addressing. More...
Container for processor mesh addressing.
Definition at line 53 of file processorMeshes.H.
Public Member Functions | |
processorMeshes (PtrList< Time > &databases, const word &meshName) | |
Construct from components.
| |
fvMesh::readUpdateState | readUpdate () |
Update the meshes based on the mesh files saved in.
| |
void | reconstructPoints (fvMesh &mesh) |
Reconstruct point position after motion in parallel.
| |
PtrList< fvMesh > & | meshes () |
const PtrList< labelIOList > & | pointProcAddressing () const |
PtrList< labelIOList > & | faceProcAddressing () |
const PtrList< labelIOList > & | cellProcAddressing () const |
const PtrList< labelIOList > & | boundaryProcAddressing () const |
processorMeshes | ( | PtrList< Time > & | databases, |
const word & | meshName | ||
) |
Construct from components.
fvMesh::readUpdateState readUpdate | ( | ) |
Update the meshes based on the mesh files saved in.
time directories
void reconstructPoints | ( | fvMesh & | mesh ) |
Reconstruct point position after motion in parallel.
Definition at line 107 of file processorMeshes.H.
const PtrList<labelIOList>& pointProcAddressing | ( | ) | const [inline]
|
Definition at line 111 of file processorMeshes.H.
PtrList<labelIOList>& faceProcAddressing | ( | ) | [inline]
|
Definition at line 115 of file processorMeshes.H.
const PtrList<labelIOList>& cellProcAddressing | ( | ) | const [inline]
|
Definition at line 119 of file processorMeshes.H.
const PtrList<labelIOList>& boundaryProcAddressing | ( | ) | const [inline]
|
Definition at line 123 of file processorMeshes.H.