CMakeLists.txt
LICENSE.md
MANIFEST.in
README.md
pyproject.toml
setup.py
cmake/CudaSupportedArchitectures.cmake
cmake/CxxStdAutodetect.cmake
cmake/FixNinjaColors.cmake
src/DEM/API.h
src/DEM/APIPrivate.cpp
src/DEM/APIPublic.cpp
src/DEM/AuxClasses.cpp
src/DEM/AuxClasses.h
src/DEM/BdrsAndObjs.h
src/DEM/CMakeLists.txt
src/DEM/Defines.h
src/DEM/HostSideHelpers.hpp
src/DEM/MeshUtils.cpp
src/DEM/Models.h
src/DEM/PyDEME.cpp
src/DEM/Structs.h
src/DEM/VariableTypes.h
src/DEM/dT.cpp
src/DEM/dT.h
src/DEM/kT.cpp
src/DEM/kT.h
src/DEM/utils/Samplers.hpp
src/DEME.egg-info/PKG-INFO
src/DEME.egg-info/SOURCES.txt
src/DEME.egg-info/dependency_links.txt
src/DEME.egg-info/not-zip-safe
src/DEME.egg-info/requires.txt
src/DEME.egg-info/top_level.txt
src/algorithms/CMakeLists.txt
src/algorithms/DEMCubBasedSubroutines.h
src/algorithms/DEMCubContactDetection.cu
src/algorithms/DEMCubForceCollection.cu
src/algorithms/DEMCubUtilities.cu
src/algorithms/DEMCubWrappers.cu
src/core/ApiVersion.h.in
src/core/CMakeLists.txt
src/core/DebugInfo.cpp
src/core/utils/DEMEPaths.cpp
src/core/utils/DEMEPaths.h
src/core/utils/GpuError.h
src/core/utils/GpuManager.cpp
src/core/utils/GpuManager.h
src/core/utils/HeaderGenerator.h
src/core/utils/JitHelper.cpp
src/core/utils/JitHelper.h
src/core/utils/ManagedAllocator.hpp
src/core/utils/ManagedMemory.hpp
src/core/utils/RuntimeData.cpp.in
src/core/utils/RuntimeData.h
src/core/utils/ThreadManager.h
src/core/utils/Timer.hpp
src/core/utils/WavefrontMeshLoader.hpp
src/core/utils/csv.hpp
src/demo/CMakeLists.txt
src/demo/DEMdemo_BallDrop.cpp
src/demo/DEMdemo_Centrifuge.cpp
src/demo/DEMdemo_ConePenetration.cpp
src/demo/DEMdemo_Electrostatic.cpp
src/demo/DEMdemo_FlexibleMesh.cpp
src/demo/DEMdemo_GRCPrep_Part1.cpp
src/demo/DEMdemo_GRCPrep_Part2.cpp
src/demo/DEMdemo_GameOfLife.cpp
src/demo/DEMdemo_Indentation.cpp
src/demo/DEMdemo_Mixer.cpp
src/demo/DEMdemo_Repose.cpp
src/demo/DEMdemo_RotatingDrum.cpp
src/demo/DEMdemo_Shake.cpp
src/demo/DEMdemo_Sieve.cpp
src/demo/DEMdemo_SingleSphereCollide.cpp
src/demo/DEMdemo_SolarSystem.cpp
src/demo/DEMdemo_TestPack.cpp
src/demo/DEMdemo_WheelDP.cpp
src/demo/DEMdemo_WheelDPSimplified.cpp
src/demo/DEMdemo_WheelSlopeSlip.cpp
src/demo/pyDEME_BallDrop.py
src/demo/pyDEME_Centrifuge.py
src/demo/pyDEME_ConePenetration.py
src/demo/pyDEME_Electrostatic.py
src/demo/pyDEME_FlexibleMesh.py
src/demo/pyDEME_GRCPrep_Part1.py
src/demo/pyDEME_GameOfLife.py
src/demo/pyDEME_WheelDPSimplified.py
src/kernel/CUDAMathHelpers.cu
src/kernel/DEMBinSphereKernels.cu
src/kernel/DEMBinTriangleKernels.cu
src/kernel/DEMCalcForceKernels.cu
src/kernel/DEMCollectForceKernels.cu
src/kernel/DEMCollectForceKernels_Compact.cu
src/kernel/DEMCollisionKernels.cu
src/kernel/DEMContactKernels_SphereSphere.cu
src/kernel/DEMContactKernels_SphereTriangle.cu
src/kernel/DEMHelperKernels.cu
src/kernel/DEMHistoryMappingKernels.cu
src/kernel/DEMIntegrationKernels.cu
src/kernel/DEMMiscKernels.cu
src/kernel/DEMModeratorKernels.cu
src/kernel/DEMOwnerQueryKernels.cu
src/kernel/DEMPrepForceKernels.cu
src/kernel/DEMSphereQueryKernels.cu
src/kernel/DEMTriangleBoxIntersect.cu
src/kernel/hello.cu
src/kernel/DEMCustomizablePolicies/AnalyticalCompDefJitify.cu
src/kernel/DEMCustomizablePolicies/ClumpCompAcqStratAllFlatten.cu
src/kernel/DEMCustomizablePolicies/ClumpCompAcqStratAllJitify.cu
src/kernel/DEMCustomizablePolicies/ClumpCompAcqStratPartialJitify.cu
src/kernel/DEMCustomizablePolicies/ClumpCompDefJitify.cu
src/kernel/DEMCustomizablePolicies/ContactInfoWriteBack.cu
src/kernel/DEMCustomizablePolicies/ForceInKernelReductionStrat.cu
src/kernel/DEMCustomizablePolicies/FrictionlessHertzianForceModel.cu
src/kernel/DEMCustomizablePolicies/FullHertzianForceModel.cu
src/kernel/DEMCustomizablePolicies/IntegrationVelPassOnCenteredDiff.cu
src/kernel/DEMCustomizablePolicies/IntegrationVelPassOnExtendedTaylor.cu
src/kernel/DEMCustomizablePolicies/IntegrationVelPassOnForwardEuler.cu
src/kernel/DEMCustomizablePolicies/MOIAcqStratFlatten.cu
src/kernel/DEMCustomizablePolicies/MOIAcqStratJitify.cu
src/kernel/DEMCustomizablePolicies/MOIDefJitify.cu
src/kernel/DEMCustomizablePolicies/MassAcqStratFlatten.cu
src/kernel/DEMCustomizablePolicies/MassAcqStratJitify.cu
src/kernel/DEMCustomizablePolicies/MassDefJitify.cu
src/kernel/DEMUserScripts/ForceModelWithCohesion.cu
src/kernel/DEMUserScripts/ForceModelWithElectrostatic.cu
src/kernel/DEMUserScripts/ForceModelWithGravity.cu
thirdparty/pybind11/CMakeLists.txt
thirdparty/pybind11/tests/CMakeLists.txt
thirdparty/pybind11/tests/test_cmake_build/CMakeLists.txt
thirdparty/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
thirdparty/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
thirdparty/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
thirdparty/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
thirdparty/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
thirdparty/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
thirdparty/pybind11/tests/test_embed/CMakeLists.txt
thirdparty/pybind11/tools/FindCatch.cmake
thirdparty/pybind11/tools/FindEigen3.cmake
thirdparty/pybind11/tools/FindPythonLibsNew.cmake
thirdparty/pybind11/tools/JoinPaths.cmake
thirdparty/pybind11/tools/pybind11Common.cmake
thirdparty/pybind11/tools/pybind11NewTools.cmake
thirdparty/pybind11/tools/pybind11Tools.cmake