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

added 'conversion' library

 * started with polyDualMesh, but add mesh reader/writers in the future
parent 1a584cc6
Branches
Tags
No related merge requests found
polyDualMesh.C
polyDualMeshApp.C
EXE = $(FOAM_APPBIN)/polyDualMesh
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/conversion/lnInclude
EXE_LIBS = \
-lmeshTools
-lmeshTools -lconversion
......@@ -31,6 +31,7 @@ wmake libso randomProcesses
( cd turbulenceModels && ./Allwmake )
( cd lagrangian && ./Allwmake )
( cd postProcessing && ./Allwmake )
( cd conversion && ./Allwmake )
wmake libso autoMesh
wmake libso errorEstimation
......
#!/bin/sh
set -x
wmake libso
polyDualMesh/polyDualMesh.C
LIB = $(FOAM_LIBBIN)/libconversion
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude
LIB_LIBS = \
-lmeshTools
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment