mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
The main structure is tested. functons like execute and write are added and tested.
other components are left
This commit is contained in:
30
src/PostprocessData/CMakeLists.txt
Normal file
30
src/PostprocessData/CMakeLists.txt
Normal file
@ -0,0 +1,30 @@
|
||||
set(SourceFiles
|
||||
# Main postprocess data
|
||||
postprocessData/postprocessData.cpp
|
||||
|
||||
# Fields database
|
||||
fieldsDataBase/fieldsDataBase.cpp
|
||||
|
||||
# Regions
|
||||
region/regionPoints/regionPoints/regionPoints.cpp
|
||||
region/regionPoints/sphereRegionPoints/sphereRegionPoints.cpp
|
||||
region/regionPoints/lineRegionPoints/lineRegionPoints.cpp
|
||||
region/regionPoints/centerPointsRegionPoints/centerPointsRegionPoints.cpp
|
||||
|
||||
# Postprocess components
|
||||
postprocessComponent/postprocessComponent/postprocessComponent.cpp
|
||||
postprocessComponent/particleProbePostprocessComponent/particleProbePostprocessComponent.cpp
|
||||
postprocessComponent/PostprocessComponent/PostprocessComponents.cpp
|
||||
|
||||
# Operations
|
||||
operation/postprocessOperation/postprocessOperation.cpp
|
||||
operation/PostprocessOperation/PostprocessOperationSum.cpp
|
||||
operation/includeMask/includeMask.cpp
|
||||
operation/includeMask/IncludeMasks.cpp
|
||||
|
||||
|
||||
)
|
||||
|
||||
set(link_libs Kokkos::kokkos phasicFlow Particles)
|
||||
|
||||
pFlow_add_library_install(PostprocessData SourceFiles link_libs)
|
Reference in New Issue
Block a user