CLang porting changes: cfMesh
This commit is contained in:
parent
bf0df94f9e
commit
44123aa2eb
27 changed files with 39 additions and 8 deletions
|
@ -27,6 +27,7 @@ Description
|
|||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "argList.H"
|
||||
#include "objectRegistry.H"
|
||||
#include "Time.H"
|
||||
#include "triSurf.H"
|
||||
#include "triSurfModifier.H"
|
||||
|
|
|
@ -27,6 +27,7 @@ Description
|
|||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "argList.H"
|
||||
#include "objectRegistry.H"
|
||||
#include "Time.H"
|
||||
#include "polyMeshGenModifier.H"
|
||||
#include "IFstream.H"
|
||||
|
|
|
@ -30,6 +30,7 @@ Description
|
|||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "argList.H"
|
||||
#include "objectRegistry.H"
|
||||
#include "Time.H"
|
||||
#include "cartesian2DMeshGenerator.H"
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@ Description
|
|||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "argList.H"
|
||||
#include "objectRegistry.H"
|
||||
#include "Time.H"
|
||||
#include "triSurf.H"
|
||||
#include "triSurfaceExtrude2DEdges.H"
|
||||
|
|
|
@ -27,6 +27,7 @@ Description
|
|||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "argList.H"
|
||||
#include "objectRegistry.H"
|
||||
#include "Time.H"
|
||||
#include "polyMeshGenModifier.H"
|
||||
#include "writeMeshFPMA.H"
|
||||
|
|
|
@ -27,6 +27,7 @@ Description
|
|||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "argList.H"
|
||||
#include "objectRegistry.H"
|
||||
#include "Time.H"
|
||||
#include "triSurf.H"
|
||||
#include "triFaceList.H"
|
||||
|
|
|
@ -30,6 +30,7 @@ Description
|
|||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "argList.H"
|
||||
#include "objectRegistry.H"
|
||||
#include "Time.H"
|
||||
|
||||
#include <sstream>
|
||||
|
|
|
@ -28,6 +28,7 @@ Description
|
|||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "argList.H"
|
||||
#include "objectRegistry.H"
|
||||
#include "Time.H"
|
||||
#include "triSurf.H"
|
||||
#include "triSurfaceRemoveFacets.H"
|
||||
|
|
|
@ -27,6 +27,7 @@ Description
|
|||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "argList.H"
|
||||
#include "objectRegistry.H"
|
||||
#include "Time.H"
|
||||
#include "triSurf.H"
|
||||
#include "demandDrivenData.H"
|
||||
|
|
|
@ -30,6 +30,7 @@ Description
|
|||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "argList.H"
|
||||
#include "objectRegistry.H"
|
||||
#include "Time.H"
|
||||
#include "tetMeshGenerator.H"
|
||||
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
#if defined(__GNUC__)
|
||||
# if defined(darwinIntel64)
|
||||
OMP_FLAGS =
|
||||
# else
|
||||
OMP_FLAGS = -DUSE_OMP -fopenmp
|
||||
# endif
|
||||
#else
|
||||
OMP_FLAGS =
|
||||
#endif
|
||||
|
|
|
@ -35,6 +35,8 @@ SourceFiles
|
|||
#ifndef boundaryLayers_H
|
||||
#define boundaryLayers_H
|
||||
|
||||
#include "objectRegistry.H"
|
||||
#include "Time.H"
|
||||
#include "polyMeshGenModifier.H"
|
||||
#include "meshSurfaceEngine.H"
|
||||
#include "meshSurfacePartitioner.H"
|
||||
|
|
|
@ -36,6 +36,8 @@ SourceFiles
|
|||
#ifndef extrudeLayer_H
|
||||
#define extrudeLayer_H
|
||||
|
||||
#include "objectRegistry.H"
|
||||
#include "Time.H"
|
||||
#include "polyMeshGenModifier.H"
|
||||
#include "VRWGraphList.H"
|
||||
#include "labelPair.H"
|
||||
|
|
|
@ -36,6 +36,8 @@ SourceFiles
|
|||
#ifndef refineBoundaryLayers_H
|
||||
#define refineBoundaryLayers_H
|
||||
|
||||
#include "objectRegistry.H"
|
||||
#include "Time.H"
|
||||
#include "polyMeshGenModifier.H"
|
||||
#include "meshSurfaceEngine.H"
|
||||
#include "DynList.H"
|
||||
|
|
|
@ -35,6 +35,8 @@ SourceFiles
|
|||
#ifndef checkMeshDict_H
|
||||
#define checkMeshDict_H
|
||||
|
||||
#include "objectRegistry.H"
|
||||
#include "Time.H"
|
||||
#include "IOdictionary.H"
|
||||
|
||||
#include <map>
|
||||
|
|
|
@ -27,8 +27,6 @@ License
|
|||
#include "Ostream.H"
|
||||
#include "token.H"
|
||||
|
||||
#include "Time.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * IOstream Operators * * * * * * * * * * * * //
|
||||
|
||||
template<class T, Foam::label Offset>
|
||||
|
|
|
@ -42,6 +42,7 @@ SourceFiles
|
|||
|
||||
#include "label.H"
|
||||
#include "bool.H"
|
||||
#include "IOstreams.H"
|
||||
#include "error.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
|
|
@ -37,6 +37,7 @@ SourceFiles
|
|||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
#include "objectRegistry.H"
|
||||
#include "Time.H"
|
||||
#include "meshSubset.H"
|
||||
#include "pointFieldPMG.H"
|
||||
|
|
|
@ -29,10 +29,7 @@ Description
|
|||
#include "demandDrivenData.H"
|
||||
#include "IFstream.H"
|
||||
#include "OFstream.H"
|
||||
#include "Time.H"
|
||||
|
||||
#include "gzstream.h"
|
||||
|
||||
#include "triSurface.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
|
|
@ -37,6 +37,7 @@ SourceFiles
|
|||
#define meshOctreeAutomaticRefinement_H
|
||||
|
||||
#include "meshOctreeModifier.H"
|
||||
#include "IOdictionary.H"
|
||||
//#include "volFields.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
@ -60,7 +61,7 @@ class meshOctreeAutomaticRefinement
|
|||
meshOctree& octree_;
|
||||
|
||||
//- const reference to mesh dictionary
|
||||
const IOdictionary& meshDict_;
|
||||
const dictionary& meshDict_;
|
||||
|
||||
//- use DATA boxes
|
||||
bool useDATABoxes_;
|
||||
|
|
|
@ -37,6 +37,7 @@ SourceFiles
|
|||
|
||||
#include "boolList.H"
|
||||
#include "DynList.H"
|
||||
#include "IOdictionary.H"
|
||||
#include "meshOctreeModifier.H"
|
||||
//#include "volFields.H"
|
||||
#include "patchRefinementList.H"
|
||||
|
@ -49,7 +50,6 @@ namespace Foam
|
|||
{
|
||||
|
||||
// Forward declarations
|
||||
class IOdictionary;
|
||||
class meshOctreeCube;
|
||||
|
||||
/*---------------------------------------------------------------------------*\
|
||||
|
|
|
@ -26,6 +26,8 @@ Description
|
|||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "error.H"
|
||||
#include "objectRegistry.H"
|
||||
#include "Time.H"
|
||||
#include "polyMeshGenModifier.H"
|
||||
#include "edgeExtractor.H"
|
||||
#include "meshSurfaceEngine.H"
|
||||
|
|
|
@ -38,6 +38,8 @@ SourceFiles
|
|||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
#include "objectRegistry.H"
|
||||
#include "Time.H"
|
||||
#include "labelList.H"
|
||||
#include "labelLongList.H"
|
||||
#include "VRWGraph.H"
|
||||
|
|
|
@ -37,6 +37,8 @@ SourceFiles
|
|||
#ifndef meshSurfaceCheckEdgeTypes_H
|
||||
#define meshSurfaceCheckEdgeTypes_H
|
||||
|
||||
#include "objectRegistry.H"
|
||||
#include "Time.H"
|
||||
#include "polyMeshGenModifier.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
|
|
@ -37,6 +37,8 @@ SourceFiles
|
|||
#ifndef meshSurfaceCheckInvertedVertices_H
|
||||
#define meshSurfaceCheckInvertedVertices_H
|
||||
|
||||
#include "objectRegistry.H"
|
||||
#include "Time.H"
|
||||
#include "polyMeshGenModifier.H"
|
||||
#include "HashSet.H"
|
||||
|
||||
|
|
|
@ -35,6 +35,8 @@ SourceFiles
|
|||
#ifndef meshSurfaceEngine_H
|
||||
#define meshSurfaceEngine_H
|
||||
|
||||
#include "objectRegistry.H"
|
||||
#include "Time.H"
|
||||
#include "polyMeshGenModifier.H"
|
||||
#include "SubList.H"
|
||||
#include "boolList.H"
|
||||
|
|
|
@ -37,6 +37,7 @@ SourceFiles
|
|||
#ifndef triSurfacePatchManipulator_H
|
||||
#define triSurfacePatchManipulator_H
|
||||
|
||||
#include "IOdictionary.H"
|
||||
#include "triSurf.H"
|
||||
#include "VRWGraph.H"
|
||||
|
||||
|
|
Reference in a new issue