- keyedSurface is similar to triSurface, but uses faces - meshedSurface is sorted in regions and should be more memory efficient - surfMesh is the placeholder name for an OpenFOAM native surface format
6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/triSurface/lnInclude \
|
|
-I$(LIB_SRC)/surfMesh/lnInclude
|
|
|
|
EXE_LIBS = -lsurfMesh
|