Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
integration-cfmesh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Community
integration-cfmesh
Commits
7e1d47ce
Commit
7e1d47ce
authored
Apr 11, 2015
by
Franjo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added edgeMesh to options files
parent
98d22cec
Changes
25
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
75 additions
and
25 deletions
+75
-25
executables/cartesian2DMesh/Make/options
executables/cartesian2DMesh/Make/options
+2
-0
executables/cartesianMesh/Make/options
executables/cartesianMesh/Make/options
+2
-0
executables/pMesh/Make/options
executables/pMesh/Make/options
+2
-0
executables/tetMesh/Make/options
executables/tetMesh/Make/options
+2
-0
utilities/FLMAToSurface/Make/options
utilities/FLMAToSurface/Make/options
+4
-2
utilities/FMSToSurface/Make/options
utilities/FMSToSurface/Make/options
+3
-1
utilities/FMSToVTK/Make/options
utilities/FMSToVTK/Make/options
+3
-1
utilities/checkSurfaceMesh/Make/options
utilities/checkSurfaceMesh/Make/options
+4
-2
utilities/copySurfaceParts/Make/options
utilities/copySurfaceParts/Make/options
+4
-2
utilities/extrudeEdgesInto2DSurface/Make/options
utilities/extrudeEdgesInto2DSurface/Make/options
+4
-2
utilities/generateBoundaryLayers/Make/options
utilities/generateBoundaryLayers/Make/options
+3
-1
utilities/importSurfaceAsSubset/Make/options
utilities/importSurfaceAsSubset/Make/options
+3
-1
utilities/improveMeshQuality/Make/options
utilities/improveMeshQuality/Make/options
+3
-1
utilities/improveSymmetryPlanes/Make/options
utilities/improveSymmetryPlanes/Make/options
+3
-1
utilities/mergeSurfacePatches/Make/options
utilities/mergeSurfacePatches/Make/options
+3
-1
utilities/meshToFPMA/Make/options
utilities/meshToFPMA/Make/options
+3
-1
utilities/patchesToSubsets/Make/options
utilities/patchesToSubsets/Make/options
+3
-1
utilities/preparePar/Make/options
utilities/preparePar/Make/options
+3
-1
utilities/removeSurfaceFacets/Make/options
utilities/removeSurfaceFacets/Make/options
+3
-1
utilities/scaleMesh/Make/options
utilities/scaleMesh/Make/options
+3
-1
utilities/scaleSurfaceMesh/Make/options
utilities/scaleSurfaceMesh/Make/options
+3
-1
utilities/subsetToPatch/Make/options
utilities/subsetToPatch/Make/options
+3
-1
utilities/surfaceFeatureEdges/Make/options
utilities/surfaceFeatureEdges/Make/options
+3
-1
utilities/surfaceGenerateBoundingBox/Make/options
utilities/surfaceGenerateBoundingBox/Make/options
+3
-1
utilities/surfaceToFMS/Make/options
utilities/surfaceToFMS/Make/options
+3
-1
No files found.
executables/cartesian2DMesh/Make/options
View file @
7e1d47ce
...
...
@@ -2,11 +2,13 @@ EXE_INC = \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
-lmeshTools \
-ltriSurface \
-lfiniteVolume \
-ledgeMesh \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
executables/cartesianMesh/Make/options
View file @
7e1d47ce
...
...
@@ -2,11 +2,13 @@ EXE_INC = \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
-lmeshTools \
-ltriSurface \
-lfiniteVolume \
-ledgeMesh \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
executables/pMesh/Make/options
View file @
7e1d47ce
...
...
@@ -2,11 +2,13 @@ EXE_INC = \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
-lmeshTools \
-ltriSurface \
-lfiniteVolume \
-ledgeMesh \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
executables/tetMesh/Make/options
View file @
7e1d47ce
...
...
@@ -2,11 +2,13 @@ EXE_INC = \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
-lmeshTools \
-ltriSurface \
-lfiniteVolume \
-ledgeMesh \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
utilities/FLMAToSurface/Make/options
View file @
7e1d47ce
EXE_INC = \
-I../../meshLibrary/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude
EXE_LIBS = \
-ltriSurface \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary \
-lmeshTools
-lmeshTools \
-ledgeMesh
utilities/FMSToSurface/Make/options
View file @
7e1d47ce
EXE_INC = \
-I../../meshLibrary/lnInclude \
-I$(FOAM_SRC)/meshTools/lnInclude \
-I$(FOAM_SRC)/triSurface/lnInclude
-I$(FOAM_SRC)/triSurface/lnInclude \
-I$(FOAM_SRC)/edgeMesh/lnInclude
EXE_LIBS = \
-ltriSurface \
-lmeshTools \
-ledgeMesh \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
utilities/FMSToVTK/Make/options
View file @
7e1d47ce
EXE_INC = \
-I../../meshLibrary/lnInclude \
-I$(FOAM_SRC)/meshTools/lnInclude \
-I$(FOAM_SRC)/triSurface/lnInclude
-I$(FOAM_SRC)/triSurface/lnInclude \
-I$(FOAM_SRC)/edgeMesh/lnInclude
EXE_LIBS = \
-ltriSurface \
-ledgeMesh \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary \
-lmeshTools
utilities/checkSurfaceMesh/Make/options
View file @
7e1d47ce
EXE_INC = \
-I../../meshLibrary/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude
EXE_LIBS = \
-ltriSurface \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary \
-lmeshTools
-lmeshTools \
-ledgeMesh
utilities/copySurfaceParts/Make/options
View file @
7e1d47ce
EXE_INC = \
-I../../meshLibrary/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude
EXE_LIBS = \
-ltriSurface \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary \
-lmeshTools
-lmeshTools \
-ledgeMesh
utilities/extrudeEdgesInto2DSurface/Make/options
View file @
7e1d47ce
EXE_INC = \
-I../../meshLibrary/lnInclude \
-I$(FOAM_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude
EXE_LIBS = \
-ltriSurface \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary \
-lmeshTools
-lmeshTools \
-ledgeMesh
utilities/generateBoundaryLayers/Make/options
View file @
7e1d47ce
EXE_INC = \
-I../../meshLibrary/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude
EXE_LIBS = \
-lmeshTools \
-ltriSurface \
-ledgeMesh \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
utilities/importSurfaceAsSubset/Make/options
View file @
7e1d47ce
EXE_INC = \
-I../../meshLibrary/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude
EXE_LIBS = \
-ltriSurface \
-ledgeMesh \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary \
-lmeshTools
utilities/improveMeshQuality/Make/options
View file @
7e1d47ce
EXE_INC = \
-I../../meshLibrary/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude
EXE_LIBS = \
-lmeshTools \
-ltriSurface \
-ledgeMesh \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
utilities/improveSymmetryPlanes/Make/options
View file @
7e1d47ce
EXE_INC = \
-I../../meshLibrary/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude
EXE_LIBS = \
-lmeshTools \
-ledgeMesh \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
utilities/mergeSurfacePatches/Make/options
View file @
7e1d47ce
EXE_INC = \
-I../../meshLibrary/lnInclude \
-I$(FOAM_SRC)/meshTools/lnInclude \
-I$(FOAM_SRC)/triSurface/lnInclude
-I$(FOAM_SRC)/triSurface/lnInclude \
-I$(FOAM_SRC)/edgeMesh/lnInclude
EXE_LIBS = \
-ltriSurface \
-ledgeMesh \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary \
-lmeshTools
utilities/meshToFPMA/Make/options
View file @
7e1d47ce
EXE_INC = \
-I../../meshLibrary/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude
EXE_LIBS = \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary \
-ledgeMesh \
-lmeshTools
utilities/patchesToSubsets/Make/options
View file @
7e1d47ce
EXE_INC = \
-I../../meshLibrary/lnInclude \
-I$(FOAM_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude
EXE_LIBS = \
-ltriSurface \
-ledgeMesh \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary \
-lmeshTools
utilities/preparePar/Make/options
View file @
7e1d47ce
EXE_INC = \
-I../../meshLibrary/lnInclude \
-I$(FOAM_SRC)/meshTools/lnInclude \
-I$(FOAM_SRC)/triSurface/lnInclude
-I$(FOAM_SRC)/triSurface/lnInclude \
-I$(FOAM_SRC)/edgeMesh/lnInclude
EXE_LIBS = \
-ltriSurface \
-lmeshTools \
-ledgeMesh \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
utilities/removeSurfaceFacets/Make/options
View file @
7e1d47ce
EXE_INC = \
-I../../meshLibrary/lnInclude \
-I$(FOAM_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude
EXE_LIBS = \
-ltriSurface \
-ledgeMesh \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary \
-lmeshTools
utilities/scaleMesh/Make/options
View file @
7e1d47ce
EXE_INC = \
-I../../meshLibrary/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude
EXE_LIBS = \
-ltriSurface \
-ledgeMesh \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary \
-lmeshTools
utilities/scaleSurfaceMesh/Make/options
View file @
7e1d47ce
EXE_INC = \
-I../../meshLibrary/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude
EXE_LIBS = \
-ltriSurface \
-ledgeMesh \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary \
-lmeshTools
utilities/subsetToPatch/Make/options
View file @
7e1d47ce
EXE_INC = \
-I../../meshLibrary/lnInclude \
-I$(FOAM_SRC)/meshTools/lnInclude \
-I$(FOAM_SRC)/triSurface/lnInclude
-I$(FOAM_SRC)/triSurface/lnInclude \
-I$(FOAM_SRC)/edgeMesh/lnInclude
EXE_LIBS = \
-ltriSurface \
-ledgeMesh \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary \
-lmeshTools
utilities/surfaceFeatureEdges/Make/options
View file @
7e1d47ce
EXE_INC = \
-I../../meshLibrary/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude
EXE_LIBS = \
-ltriSurface \
-ledgeMesh \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary \
-lmeshTools
utilities/surfaceGenerateBoundingBox/Make/options
View file @
7e1d47ce
EXE_INC = \
-I../../meshLibrary/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude
EXE_LIBS = \
-ltriSurface \
-ledgeMesh \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary \
-lmeshTools
utilities/surfaceToFMS/Make/options
View file @
7e1d47ce
EXE_INC = \
-I../../meshLibrary/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude
EXE_LIBS = \
-ltriSurface \
-ledgeMesh \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary \
-lmeshTools
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