fvMeshStitcher.C File Reference
Include dependency graph for fvMeshStitcher.C:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define PreConformVolFields(Type, nullArg)    preConformVolFields<Type>();
 
#define PreConformSurfaceFields(Type, nullArg)    preConformSurfaceFields<Type>();
 
#define PostUnconformVolFields(Type, nullArg)    postUnconformVolFields<Type>();
 
#define PostUnconformEvaluateVolFields(Type, nullArg)    postUnconformEvaluateVolFields<Type>();
 
#define PostUnconformSurfaceFields(Type, nullArg)    postUnconformSurfaceFields<Type>();
 

Functions

template<class FaceList , class PointField >
edge meshEdge (const PrimitivePatch< FaceList, PointField > &p, const label edgei)
 
bool any (const boolList &l)
 
 defineTypeNameAndDebug (fvMeshStitcher, 0)
 
 defineRunTimeSelectionTable (fvMeshStitcher, fvMesh)
 

Detailed Description

Original source file fvMeshStitcher.C

Definition in file fvMeshStitcher.C.

Macro Definition Documentation

◆ PreConformVolFields

#define PreConformVolFields (   Type,
  nullArg 
)     preConformVolFields<Type>();

◆ PreConformSurfaceFields

#define PreConformSurfaceFields (   Type,
  nullArg 
)     preConformSurfaceFields<Type>();

◆ PostUnconformVolFields

#define PostUnconformVolFields (   Type,
  nullArg 
)     postUnconformVolFields<Type>();

◆ PostUnconformEvaluateVolFields

#define PostUnconformEvaluateVolFields (   Type,
  nullArg 
)     postUnconformEvaluateVolFields<Type>();

◆ PostUnconformSurfaceFields

#define PostUnconformSurfaceFields (   Type,
  nullArg 
)     postUnconformSurfaceFields<Type>();