1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-07-08 03:07:03 +00:00
Files
benchmarks
cmake
doc
solvers
src
tutorials
utilities
Utilities
checkPhasicFlow
geometryPhasicFlow
pFlowToVTK
particlesPhasicFlow
empty
positionOrdered
positionParticles
positionRandom
CMakeLists.txt
particlesPhasicFlow.C
setFields.H
postprocessPhasicFlow
CMakeLists.txt
.gitignore
CMakeLists.txt
LICENSE
README.md
phasicFlowConfig.H.in
phasicFlow/utilities/particlesPhasicFlow/CMakeLists.txt
hamidrezanorouzi 7f3b4e0e2c utilities added
2022-09-05 11:14:41 +04:30

12 lines
288 B
CMake

set(source_files
particlesPhasicFlow.C
positionParticles/positionParticles.C
positionOrdered/positionOrdered.C
positionRandom/positionRandom.C
empty/empty.C
)
set(link_lib phasicFlow Kokkos::kokkos Interaction)
pFlow_make_executable_install(particlesPhasicFlow source_files link_lib)