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

domainDecomposition Class Reference

#include <applications/utilities/parallelProcessing/decomposePar/domainDecomposition.H>


Detailed Description

Definition at line 55 of file domainDecomposition.H.

Inheritance diagram for domainDecomposition:
Collaboration diagram for domainDecomposition:

List of all members.

Public Member Functions

 domainDecomposition (const IOobject &io)
 Construct from IOobject.
 ~domainDecomposition ()
label  nProcs () const
 Number of processor in decomposition.
bool  distributed () const
 Is the decomposition data to be distributed for each processor.
void  decomposeMesh (const bool filterEmptyPatches)
 Decompose mesh. Optionally remove zero-sized patches.
bool  writeDecomposition ()
 Write decomposition.
const labelList &  cellToProc () const
 Cell-processor decomposition labels.

Constructor & Destructor Documentation

domainDecomposition ( const IOobject &   io  )

Construct from IOobject.


Member Function Documentation

label nProcs (  ) const [inline]

Number of processor in decomposition.

Definition at line 144 of file domainDecomposition.H.

bool distributed (  ) const [inline]

Is the decomposition data to be distributed for each processor.

Definition at line 150 of file domainDecomposition.H.

void decomposeMesh ( const bool   filterEmptyPatches  )

Decompose mesh. Optionally remove zero-sized patches.

bool writeDecomposition (  )

Write decomposition.

const labelList& cellToProc (  ) const [inline]

Cell-processor decomposition labels.

Definition at line 162 of file domainDecomposition.H.


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