2022-09-26 07:38:03 +00:00
|
|
|
|
|
|
|
set(source_files
|
2024-11-18 16:57:44 +00:00
|
|
|
cellMapper.cpp
|
|
|
|
rectangleMesh.cpp
|
|
|
|
countField.cpp
|
|
|
|
countFields.cpp
|
2022-12-09 22:02:54 +00:00
|
|
|
postprocess.cpp
|
|
|
|
processField.cpp
|
|
|
|
ProcessFields.cpp
|
|
|
|
includeMask.cpp
|
|
|
|
IncludeMasks.cpp
|
2024-11-18 16:57:44 +00:00
|
|
|
postprocessPhasicFlow.cpp
|
2022-09-26 07:38:03 +00:00
|
|
|
)
|
|
|
|
set(link_lib phasicFlow Interaction Kokkos::kokkos Utilities)
|
|
|
|
|
|
|
|
pFlow_make_executable_install(postprocessPhasicFlow source_files link_lib)
|