mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
- all vtk files are stored in the /particles/ folder - terminal output is modified - time series file are added. files with extntions .vtk.series can be loaded into paraview
13 lines
229 B
CMake
13 lines
229 B
CMake
|
|
set(source_files
|
|
fileSeries.cpp
|
|
pointFieldToVTK.cpp
|
|
triSurfaceFieldToVTK.cpp
|
|
pFlowToVTK.cpp
|
|
|
|
#geometric.cpp
|
|
)
|
|
set(link_lib phasicFlow Kokkos::kokkos Utilities)
|
|
|
|
pFlow_make_executable_install(pFlowToVTK source_files link_lib)
|