iterate geometry

This commit is contained in:
hamidrezanorouzi
2022-09-05 23:25:50 +04:30
parent fa297c3c52
commit cb3ac4b471
3 changed files with 54 additions and 1 deletions

View File

@ -0,0 +1,7 @@
set(source_files
iterateGeometry.C
)
set(link_lib phasicFlow Geometry MotionModel Kokkos::kokkos)
pFlow_make_executable_install(iterateGeometry source_files link_lib)