mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
Utility postProcess is modified to be used in Version 1.0
- 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)
This commit is contained in:
@ -1,12 +1,15 @@
|
||||
|
||||
set(source_files
|
||||
postprocessPhasicFlow.cpp
|
||||
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)
|
||||
|
||||
|
Reference in New Issue
Block a user