Added DetectAndStoreContacts-Kernel and its testcase, performed other...
Added DetectAndStoreContacts-Kernel and its testcase, performed other adaptions in preperation of HCSITS-Solver integreation
Showing
- apps/benchmarks/GranularGas/MESA_PD_GranularGas.cpp 5 additions, 9 deletionsapps/benchmarks/GranularGas/MESA_PD_GranularGas.cpp
- apps/benchmarks/GranularGas/MESA_PD_KernelBenchmark.cpp 5 additions, 9 deletionsapps/benchmarks/GranularGas/MESA_PD_KernelBenchmark.cpp
- python/mesa_pd.py 28 additions, 2 deletionspython/mesa_pd.py
- python/mesa_pd/data/ContactStorage.py 29 additions, 0 deletionspython/mesa_pd/data/ContactStorage.py
- python/mesa_pd/data/__init__.py 2 additions, 0 deletionspython/mesa_pd/data/__init__.py
- python/mesa_pd/kernel/DetectAndStoreContacts.py 25 additions, 0 deletionspython/mesa_pd/kernel/DetectAndStoreContacts.py
- python/mesa_pd/kernel/__init__.py 2 additions, 1 deletionpython/mesa_pd/kernel/__init__.py
- python/mesa_pd/templates/data/ContactAccessor.templ.h 126 additions, 0 deletionspython/mesa_pd/templates/data/ContactAccessor.templ.h
- python/mesa_pd/templates/data/ContactStorage.templ.h 397 additions, 0 deletionspython/mesa_pd/templates/data/ContactStorage.templ.h
- python/mesa_pd/templates/kernel/DetectAndStoreContacts.templ.h 94 additions, 0 deletions...n/mesa_pd/templates/kernel/DetectAndStoreContacts.templ.h
- src/mesa_pd/data/ContactAccessor.h 255 additions, 0 deletionssrc/mesa_pd/data/ContactAccessor.h
- src/mesa_pd/data/ContactStorage.h 773 additions, 0 deletionssrc/mesa_pd/data/ContactStorage.h
- src/mesa_pd/data/DataTypes.h 4 additions, 1 deletionsrc/mesa_pd/data/DataTypes.h
- src/mesa_pd/data/ParticleAccessor.h 18 additions, 0 deletionssrc/mesa_pd/data/ParticleAccessor.h
- src/mesa_pd/data/ParticleStorage.h 52 additions, 0 deletionssrc/mesa_pd/data/ParticleStorage.h
- src/mesa_pd/data/shape/BaseShape.h 5 additions, 3 deletionssrc/mesa_pd/data/shape/BaseShape.h
- src/mesa_pd/data/shape/HalfSpace.h 5 additions, 2 deletionssrc/mesa_pd/data/shape/HalfSpace.h
- src/mesa_pd/data/shape/Sphere.h 5 additions, 2 deletionssrc/mesa_pd/data/shape/Sphere.h
- src/mesa_pd/domain/InfiniteDomain.h 2 additions, 2 deletionssrc/mesa_pd/domain/InfiniteDomain.h
- src/mesa_pd/kernel/DetectAndStoreContacts.h 94 additions, 0 deletionssrc/mesa_pd/kernel/DetectAndStoreContacts.h
Please register or sign in to comment