DEMsystems initialize finalize

This commit is contained in:
hamidrezanorouzi
2022-12-06 18:50:47 +03:30
parent 2b514d0302
commit 5287af96eb
4 changed files with 92 additions and 8 deletions

View File

@ -3,7 +3,7 @@ set(SourceFiles
sphereDEMSystem/sphereDEMSystem.C
)
set(link_libs Kokkos::kokkos phasicFlow Particles Geometry Property Interaction Interaction)
set(link_libs Kokkos::kokkos phasicFlow Particles Geometry Property Interaction Interaction Utilities)
pFlow_add_library_install(DEMSystems SourceFiles link_libs)