sampledSurfaces: Write multiple fields to the same file
This prevents excessive duplication of surface geometry and makes post-processing tasks in paraview more convenient. The Nastran and Star-CD surface formats were found not to work, so support for these output types has been removed. Raw, VTK, Foam and Ensight formats are all still available.
This commit is contained in:
@ -3,9 +3,11 @@ EXE_INC = \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||
-I$(LIB_SRC)/triSurface/lnInclude \
|
||||
-I$(LIB_SRC)/surfMesh/lnInclude \
|
||||
-I$(LIB_SRC)/sampling/lnInclude
|
||||
-I$(LIB_SRC)/sampling/lnInclude \
|
||||
-I$(LIB_SRC)/fileFormats/lnInclude
|
||||
|
||||
EXE_LIBS = \
|
||||
-lmeshTools \
|
||||
-ltriSurface \
|
||||
-lsampling
|
||||
-lsampling \
|
||||
-lfileFormats
|
||||
|
||||
Reference in New Issue
Block a user