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

metisDecomp.C File Reference


Detailed Description

Definition in file metisDecomp.C.

#include "src/decompositionMethods/metisDecomp/metisDecomp.H"
#include "src/OpenFOAM/db/runTimeSelection/addToRunTimeSelectionTable.H"
#include "src/OpenFOAM/primitives/Scalar/floatScalar/floatScalar.H"
#include "src/OpenFOAM/db/Time/Time.H"
#include "src/decompositionMethods/scotchDecomp/scotchDecomp.H"
#include <metis.h>
Include dependency graph for metisDecomp.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Defines

#define  OMPI_SKIP_MPICXX
#define  FOAM_PartGraphRecursive   METIS_PartGraphRecursive
#define  FOAM_WPartGraphRecursive   METIS_WPartGraphRecursive
#define  FOAM_PartGraphKway   METIS_PartGraphKway
#define  FOAM_WPartGraphKway   METIS_WPartGraphKway

Functions

 defineTypeNameAndDebug (metisDecomp, 0)
 addToRunTimeSelectionTable (decompositionMethod, metisDecomp, dictionaryMesh)

Define Documentation

#define OMPI_SKIP_MPICXX

Definition at line 34 of file metisDecomp.C.

#define FOAM_PartGraphRecursive   METIS_PartGraphRecursive

Definition at line 141 of file metisDecomp.C.

#define FOAM_WPartGraphRecursive   METIS_WPartGraphRecursive

Definition at line 142 of file metisDecomp.C.

#define FOAM_PartGraphKway   METIS_PartGraphKway

Definition at line 143 of file metisDecomp.C.

#define FOAM_WPartGraphKway   METIS_WPartGraphKway

Definition at line 144 of file metisDecomp.C.