The main structure is tested. functons like execute and write are added and tested.

other components are left
This commit is contained in:
Hamidreza
2025-04-10 21:16:31 +03:30
parent ab7f700ead
commit 162cfd3b6a
45 changed files with 821 additions and 154 deletions

View 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)