mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
- counting dictionary is added to postProcess - Code need to be modified to cleaned (fields in the repository should be removed onces postProcess is passed the next time step)
17 lines
333 B
CMake
17 lines
333 B
CMake
|
|
set(source_files
|
|
cellMapper.cpp
|
|
rectangleMesh.cpp
|
|
countField.cpp
|
|
countFields.cpp
|
|
postprocess.cpp
|
|
processField.cpp
|
|
ProcessFields.cpp
|
|
includeMask.cpp
|
|
IncludeMasks.cpp
|
|
postprocessPhasicFlow.cpp
|
|
)
|
|
set(link_lib phasicFlow Interaction Kokkos::kokkos Utilities)
|
|
|
|
pFlow_make_executable_install(postprocessPhasicFlow source_files link_lib)
|