FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

processorMeshes Class Reference

Container for processor mesh addressing. More...


Detailed Description

Container for processor mesh addressing.

Source files

Definition at line 53 of file processorMeshes.H.

Collaboration diagram for processorMeshes:

List of all members.

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

Constructor & Destructor Documentation

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

Construct from components.


Member Function Documentation

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.

PtrList<fvMesh>& meshes (  ) [inline]

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.


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