Skip to content
Snippets Groups Projects
Commit 6fc500d6 authored by Mark Olesen's avatar Mark Olesen
Browse files

blockMesh: move classes into separate library

parent 99609776
Branches
Tags
No related merge requests found
Showing
with 16 additions and 29 deletions
curvedEdges = curvedEdges
$(curvedEdges)/curvedEdge.C
$(curvedEdges)/lineEdge.C
$(curvedEdges)/polyLine.C
$(curvedEdges)/polyLineEdge.C
$(curvedEdges)/arcEdge.C
$(curvedEdges)/spline.C
$(curvedEdges)/BSpline.C
$(curvedEdges)/simpleSplineEdge.C
$(curvedEdges)/polySplineEdge.C
$(curvedEdges)/lineDivide.C
blockMesh.C
blockDescriptor.C
setEdge.C
block.C
createTopology.C
checkBlockMesh.C
createBlockOffsets.C
createMergeList.C
createPoints.C
createCells.C
createPatches.C
blockPoints.C
blockCells.C
blockBoundary.C
blockMeshApp.C
EXE = $(FOAM_APPBIN)/blockMesh
EXE_INC = \
-I$(curvedEdges) \
-I$(LIB_SRC)/meshing/blockMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude
EXE_LIBS = \
-lblockMesh \
-lmeshTools \
-ldynamicMesh
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake libso blockMesh
# ----------------------------------------------------------------- end-of-file
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude
LIB_LIBS = \
-lmeshTools \
-ldynamicMesh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment