iterateGeometry and geometryPhasicFlow refactor

This commit is contained in:
Hamidreza Norouzi
2024-02-05 21:28:30 -08:00
parent 5b4a524afe
commit c0cf200fa8
4 changed files with 47 additions and 33 deletions

View File

@ -2,6 +2,6 @@
set(source_files
geometryPhasicFlow.cpp
)
set(link_lib phasicFlow Kokkos::kokkos Utilities)
set(link_lib phasicFlow Kokkos::kokkos Geometry Utilities)
pFlow_make_executable_install(geometryPhasicFlow source_files link_lib)