Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
integration-cfmesh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
The OpenFOAM repositories are back online - please see how to
update to the latest version
Open sidebar
Community
integration-cfmesh
Commits
6897c8bd
Commit
6897c8bd
authored
Jul 31, 2017
by
Franjo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates of options files to enable compilation with extend
parent
732cf867
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
22 additions
and
22 deletions
+22
-22
options
meshLibrary/Make/options
+1
-1
options
utilities/FLMAToSurface/Make/options
+1
-1
options
utilities/FMSToSurface/Make/options
+1
-1
options
utilities/FMSToVTK/Make/options
+1
-1
options
utilities/checkSurfaceMesh/Make/options
+1
-1
options
utilities/copySurfaceParts/Make/options
+1
-1
options
utilities/extrudeEdgesInto2DSurface/Make/options
+1
-1
options
utilities/generateBoundaryLayers/Make/options
+1
-1
options
utilities/importSurfaceAsSubset/Make/options
+1
-1
options
utilities/improveMeshQuality/Make/options
+1
-1
options
utilities/improveSymmetryPlanes/Make/options
+1
-1
options
utilities/mergeSurfacePatches/Make/options
+1
-1
options
utilities/meshToFPMA/Make/options
+1
-1
options
utilities/patchesToSubsets/Make/options
+1
-1
options
utilities/preparePar/Make/options
+1
-1
options
utilities/removeSurfaceFacets/Make/options
+1
-1
options
utilities/scaleMesh/Make/options
+1
-1
options
utilities/scaleSurfaceMesh/Make/options
+1
-1
options
utilities/subsetToPatch/Make/options
+1
-1
options
utilities/surfaceFeatureEdges/Make/options
+1
-1
options
utilities/surfaceGenerateBoundingBox/Make/options
+1
-1
options
utilities/surfaceToFMS/Make/options
+1
-1
No files found.
meshLibrary/Make/options
View file @
6897c8bd
...
...
@@ -21,7 +21,7 @@ endif
ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
LIBS = -lmeshTools -ledgeMesh
else
CFMESH_MACROS =
...
...
utilities/FLMAToSurface/Make/options
View file @
6897c8bd
...
...
@@ -16,7 +16,7 @@ ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_LIBS = -lmeshTools -lfiniteVolume -ledgeMesh
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
else
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh
CFMESH_MACROS =
...
...
utilities/FMSToSurface/Make/options
View file @
6897c8bd
...
...
@@ -16,7 +16,7 @@ ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_LIBS = -lmeshTools -lfiniteVolume -ledgeMesh
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
else
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh
CFMESH_MACROS =
...
...
utilities/FMSToVTK/Make/options
View file @
6897c8bd
...
...
@@ -16,7 +16,7 @@ ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_LIBS = -lmeshTools -lfiniteVolume -ledgeMesh
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
else
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh
CFMESH_MACROS =
...
...
utilities/checkSurfaceMesh/Make/options
View file @
6897c8bd
...
...
@@ -16,7 +16,7 @@ ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_LIBS = -lmeshTools -lfiniteVolume -ledgeMesh
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
else
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh
CFMESH_MACROS =
...
...
utilities/copySurfaceParts/Make/options
View file @
6897c8bd
...
...
@@ -16,7 +16,7 @@ ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_LIBS = -lmeshTools -lfiniteVolume -ledgeMesh
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
else
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh
CFMESH_MACROS =
...
...
utilities/extrudeEdgesInto2DSurface/Make/options
View file @
6897c8bd
...
...
@@ -16,7 +16,7 @@ ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_LIBS = -lmeshTools -lfiniteVolume -ledgeMesh
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
else
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh
CFMESH_MACROS =
...
...
utilities/generateBoundaryLayers/Make/options
View file @
6897c8bd
...
...
@@ -16,7 +16,7 @@ ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_LIBS = -lmeshTools -lfiniteVolume -ledgeMesh
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
else
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh
CFMESH_MACROS =
...
...
utilities/importSurfaceAsSubset/Make/options
View file @
6897c8bd
...
...
@@ -16,7 +16,7 @@ ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_LIBS = -lmeshTools -lfiniteVolume -ledgeMesh
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
else
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh
CFMESH_MACROS =
...
...
utilities/improveMeshQuality/Make/options
View file @
6897c8bd
...
...
@@ -16,7 +16,7 @@ ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_LIBS = -lmeshTools -lfiniteVolume -ledgeMesh
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
else
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh
CFMESH_MACROS =
...
...
utilities/improveSymmetryPlanes/Make/options
View file @
6897c8bd
...
...
@@ -16,7 +16,7 @@ ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_LIBS = -lmeshTools -lfiniteVolume -ledgeMesh
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
else
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh
CFMESH_MACROS =
...
...
utilities/mergeSurfacePatches/Make/options
View file @
6897c8bd
...
...
@@ -16,7 +16,7 @@ ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_LIBS = -lmeshTools -lfiniteVolume -ledgeMesh
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
else
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh
CFMESH_MACROS =
...
...
utilities/meshToFPMA/Make/options
View file @
6897c8bd
...
...
@@ -16,7 +16,7 @@ ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_LIBS = -lmeshTools -lfiniteVolume -ledgeMesh
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
else
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh
CFMESH_MACROS =
...
...
utilities/patchesToSubsets/Make/options
View file @
6897c8bd
...
...
@@ -16,7 +16,7 @@ ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_LIBS = -lmeshTools -lfiniteVolume -ledgeMesh
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
else
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh
CFMESH_MACROS =
...
...
utilities/preparePar/Make/options
View file @
6897c8bd
...
...
@@ -16,7 +16,7 @@ ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_LIBS = -lmeshTools -lfiniteVolume -ledgeMesh
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
else
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh
CFMESH_MACROS =
...
...
utilities/removeSurfaceFacets/Make/options
View file @
6897c8bd
...
...
@@ -16,7 +16,7 @@ ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_LIBS = -lmeshTools -lfiniteVolume -ledgeMesh
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
else
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh
CFMESH_MACROS =
...
...
utilities/scaleMesh/Make/options
View file @
6897c8bd
...
...
@@ -16,7 +16,7 @@ ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_LIBS = -lmeshTools -lfiniteVolume -ledgeMesh
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
else
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh
CFMESH_MACROS =
...
...
utilities/scaleSurfaceMesh/Make/options
View file @
6897c8bd
...
...
@@ -16,7 +16,7 @@ ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_LIBS = -lmeshTools -lfiniteVolume -ledgeMesh
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
else
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh
CFMESH_MACROS =
...
...
utilities/subsetToPatch/Make/options
View file @
6897c8bd
...
...
@@ -16,7 +16,7 @@ ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_LIBS = -lmeshTools -lfiniteVolume -ledgeMesh
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
else
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh
CFMESH_MACROS =
...
...
utilities/surfaceFeatureEdges/Make/options
View file @
6897c8bd
...
...
@@ -16,7 +16,7 @@ ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_LIBS = -lmeshTools -lfiniteVolume -ledgeMesh
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
else
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh
CFMESH_MACROS =
...
...
utilities/surfaceGenerateBoundingBox/Make/options
View file @
6897c8bd
...
...
@@ -16,7 +16,7 @@ ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_LIBS = -lmeshTools -lfiniteVolume -ledgeMesh
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
else
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh
CFMESH_MACROS =
...
...
utilities/surfaceToFMS/Make/options
View file @
6897c8bd
...
...
@@ -16,7 +16,7 @@ ifeq ($(WM_PROJECT), foam)
VER := $(shell expr `echo $(WM_PROJECT_VERSION)` \>= 3.2)
ifeq ($(VER), 1)
CFMESH_LIBS = -lmeshTools -lfiniteVolume -ledgeMesh
CFMESH_MACROS = -DExtendSpecific
CFMESH_MACROS = -DExtendSpecific
-std=c++11
else
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh
CFMESH_MACROS =
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment