mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
DEMSystems
benchmarks
cmake
doc
solvers
src
tutorials
utilities
Utilities
checkPhasicFlow
geometryPhasicFlow
Wall
cuboidWall
cylinderWall
planeWall
stlWall
CMakeLists.txt
geometryPhasicFlow.C
pFlowToVTK
particlesPhasicFlow
postprocessPhasicFlow
CMakeLists.txt
.gitignore
CMakeLists.txt
LICENSE
README.md
phasicFlowConfig.H.in
13 lines
280 B
CMake
13 lines
280 B
CMake
|
|
set(source_files
|
|
geometryPhasicFlow.C
|
|
Wall/Wall.C
|
|
planeWall/planeWall.C
|
|
stlWall/stlWall.C
|
|
cylinderWall/cylinderWall.C
|
|
cuboidWall/cuboidWall.C
|
|
)
|
|
set(link_lib phasicFlow Geometry Kokkos::kokkos Utilities)
|
|
|
|
pFlow_make_executable_install(geometryPhasicFlow source_files link_lib)
|