- Added conformationSurface and searchableSurface classes in place of querySurface. - Added cellSizeControl class. - Change cvMesh argument of relaxation model constructor to Time. - Add writePrecision option to surfaceConvert. - Add onLine function to surfaceFeatureExtract. - Remove querySurface. - Move createShellMesh and extrude2DMesh to their own libraries. - Replace controls and tolerances with a cv2DControls object. - Add patchToPoly2DMesh class to extrude2DMesh.
13 lines
297 B
Plaintext
13 lines
297 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/surfMesh/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-Iextrude2DMesh/lnInclude \
|
|
-I../extrude/extrudeModel/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lsurfMesh \
|
|
-ldynamicMesh \
|
|
-lextrude2DMesh \
|
|
-lextrudeModel
|