mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
postprocessPhasicFlow is now updated with new postprocessData auxFunction. It now uses postprocessDataDict.
This commit is contained in:
@ -1,16 +1,9 @@
|
||||
|
||||
set(source_files
|
||||
cellMapper.cpp
|
||||
rectangleMesh.cpp
|
||||
countField.cpp
|
||||
countFields.cpp
|
||||
postprocess.cpp
|
||||
processField.cpp
|
||||
ProcessFields.cpp
|
||||
includeMask.cpp
|
||||
IncludeMasks.cpp
|
||||
postprocessPhasicFlow.cpp
|
||||
set(source_files
|
||||
|
||||
postprocessPhasicFlow.cpp
|
||||
postSimulationFieldsDataBase/postSimulationFieldsDataBase.cpp
|
||||
)
|
||||
set(link_lib phasicFlow Interaction Kokkos::kokkos Utilities)
|
||||
set(link_lib phasicFlow PostprocessData Kokkos::kokkos Utilities)
|
||||
|
||||
pFlow_make_executable_install(postprocessPhasicFlow source_files link_lib)
|
||||
|
Reference in New Issue
Block a user