Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
Commits on Source (1)
COMP: add missing include for demand-driven-data
· 9e9f32c6
Mark OLESEN
authored
Sep 08, 2021
9e9f32c6
Hide whitespace changes
Inline
Side-by-side
meshLibrary/cartesianMesh/cartesianMeshExtractor/cartesianMeshExtractor.C
View file @
9e9f32c6
...
...
@@ -30,6 +30,7 @@ License
#include
"cartesianMeshExtractor.H"
#include
"meshOctree.H"
#include
"demandDrivenData.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
meshLibrary/utilities/anisotropicMeshing/polyMeshGenGeometryModification/polyMeshGenGeometryModification.C
View file @
9e9f32c6
...
...
@@ -30,6 +30,7 @@ License
#include
"polyMeshGenGeometryModification.H"
#include
"dictionary.H"
#include
"demandDrivenData.H"
// * * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * //
...
...
meshLibrary/utilities/boundaryLayers/boundaryLayers/boundaryLayers.H
View file @
9e9f32c6
...
...
@@ -47,6 +47,7 @@ SourceFiles
#include
"labelLongList.H"
#include
"Map.H"
#include
"labelPair.H"
#include
"demandDrivenData.H"
#include
<map>
...
...
meshLibrary/utilities/intersectionTools/findCellsIntersectingSurface/findCellsIntersectingSurface.C
View file @
9e9f32c6
...
...
@@ -37,6 +37,7 @@ License
#include
"meshOctree.H"
#include
"meshOctreeCreator.H"
#include
"HashSet.H"
#include
"demandDrivenData.H"
# ifdef USE_OMP
#include
<omp.h>
...
...
meshLibrary/utilities/smoothers/geometry/meshOptimizer/boundaryLayerOptimisation/boundaryLayerOptimisation.C
View file @
9e9f32c6
...
...
@@ -30,6 +30,7 @@ License
#include
"boundaryLayerOptimisation.H"
#include
"meshSurfacePartitioner.H"
#include
"demandDrivenData.H"
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
meshLibrary/utilities/smoothers/topology/checkIrregularSurfaceConnections/checkIrregularSurfaceConnections.H
View file @
9e9f32c6
...
...
@@ -44,6 +44,7 @@ SourceFiles
#include
"polyMeshGenModifier.H"
#include
"meshSurfaceEngine.H"
#include
"HashSet.H"
#include
"demandDrivenData.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
meshLibrary/utilities/surfaceTools/edgeExtraction/edgeExtractor/edgeExtractor.C
View file @
9e9f32c6
...
...
@@ -49,6 +49,7 @@ License
#include
"meshSurfaceMapper.H"
#include
"meshSurfaceCheckInvertedVertices.H"
#include
"meshSurfaceCheckEdgeTypes.H"
#include
"demandDrivenData.H"
# ifdef USE_OMP
#include
<omp.h>
...
...
meshLibrary/utilities/surfaceTools/edgeExtraction/edgeExtractor/edgeExtractorCorners.C
View file @
9e9f32c6
...
...
@@ -46,6 +46,7 @@ License
#include
"HashSet.H"
#include
"triSurfacePartitioner.H"
#include
"triSurfaceClassifyEdges.H"
#include
"demandDrivenData.H"
# ifdef USE_OMP
#include
<omp.h>
...
...
meshLibrary/utilities/triSurfaceTools/triSurfaceImportSurfaceAsSubset/triSurfaceImportSurfaceAsSubset.C
View file @
9e9f32c6
...
...
@@ -32,6 +32,7 @@ License
#include
"meshOctree.H"
#include
"meshOctreeCreator.H"
#include
"helperFunctions.H"
#include
"demandDrivenData.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
testingInterfaces/testAnisotropicMeshing/testAnisotropicMeshing.C
View file @
9e9f32c6
...
...
@@ -37,6 +37,7 @@ Description
#include
"coordinateModifier.H"
#include
"surfaceMeshGeometryModification.H"
#include
"polyMeshGenGeometryModification.H"
#include
"demandDrivenData.H"
using
namespace
Foam
;
using
namespace
Foam
::
Module
;
...
...
testingInterfaces/testBndLayerRefinement/testBndLayerRefinement.C
View file @
9e9f32c6
...
...
@@ -35,9 +35,9 @@ Description
#include
"polyMeshGen.H"
#include
"helperFunctions.H"
#include
"triSurfacePatchManipulator.H"
#include
"polyMeshGenChecks.H"
#include
"HashSet.H"
#include
"demandDrivenData.H"
using
namespace
Foam
;
using
namespace
Foam
::
Module
;
...
...
testingInterfaces/testEdgeExtractorFUN/testEdgeExtractorFUN.C
View file @
9e9f32c6
...
...
@@ -37,6 +37,7 @@ Description
#include
"meshOctree.H"
#include
"meshOctreeCreator.H"
#include
"triSurfacePatchManipulator.H"
#include
"demandDrivenData.H"
using
namespace
Foam
;
using
namespace
Foam
::
Module
;
...
...