mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Moving conformalVoronoiMesh into src/mesh folder.
This commit is contained in:
@ -9,7 +9,7 @@ EXE_INC = \
|
|||||||
${EXE_NDEBUG} \
|
${EXE_NDEBUG} \
|
||||||
${CGAL_INC} \
|
${CGAL_INC} \
|
||||||
-I$(WM_THIRD_PARTY_DIR)/mpfr-2.4.1 \
|
-I$(WM_THIRD_PARTY_DIR)/mpfr-2.4.1 \
|
||||||
-I$(LIB_SRC)/conformalVoronoiMesh/lnInclude \
|
-I$(LIB_SRC)/mesh/conformalVoronoiMesh/lnInclude \
|
||||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||||
-I$(LIB_SRC)/edgeMesh/lnInclude \
|
-I$(LIB_SRC)/edgeMesh/lnInclude \
|
||||||
|
|||||||
@ -53,8 +53,6 @@ mesh/Allwmake
|
|||||||
|
|
||||||
wmake libso errorEstimation
|
wmake libso errorEstimation
|
||||||
|
|
||||||
wmake libso conformalVoronoiMesh
|
|
||||||
|
|
||||||
fvAgglomerationMethods/Allwmake
|
fvAgglomerationMethods/Allwmake
|
||||||
|
|
||||||
wmake libso fvMotionSolver
|
wmake libso fvMotionSolver
|
||||||
|
|||||||
@ -4,5 +4,6 @@ set -x
|
|||||||
|
|
||||||
wmake libso autoMesh
|
wmake libso autoMesh
|
||||||
wmake libso blockMesh
|
wmake libso blockMesh
|
||||||
|
wmake libso conformalVoronoiMesh
|
||||||
|
|
||||||
# ----------------------------------------------------------------- end-of-file
|
# ----------------------------------------------------------------- end-of-file
|
||||||
|
|||||||
@ -57,7 +57,7 @@ SourceFiles
|
|||||||
#include "triSurfaceTools.H"
|
#include "triSurfaceTools.H"
|
||||||
#include "indexedOctree.H"
|
#include "indexedOctree.H"
|
||||||
#include "treeDataPoint.H"
|
#include "treeDataPoint.H"
|
||||||
#include "mathematicalConstants.H"
|
#include "unitConversion.H"
|
||||||
#include "transform.H"
|
#include "transform.H"
|
||||||
#include "volFields.H"
|
#include "volFields.H"
|
||||||
#include "fvMesh.H"
|
#include "fvMesh.H"
|
||||||
Reference in New Issue
Block a user