[API] merge integrators with/without shape
To remove code duplication the distinction is now moved into the generator. Default kernels are "with shape".
Showing
- apps/benchmarks/FluidParticleCoupling/ObliqueDryCollision.cpp 5 additions, 5 deletions.../benchmarks/FluidParticleCoupling/ObliqueDryCollision.cpp
- apps/benchmarks/FluidParticleCoupling/ObliqueWetCollision.cpp 5 additions, 5 deletions.../benchmarks/FluidParticleCoupling/ObliqueWetCollision.cpp
- apps/benchmarks/FluidParticleCoupling/SettlingSphereInBox.cpp 5 additions, 5 deletions.../benchmarks/FluidParticleCoupling/SettlingSphereInBox.cpp
- apps/benchmarks/FluidParticleCoupling/SphereMovingWithPrescribedVelocity.cpp 2 additions, 2 deletions...idParticleCoupling/SphereMovingWithPrescribedVelocity.cpp
- apps/benchmarks/FluidParticleCoupling/SphereWallCollision.cpp 5 additions, 5 deletions.../benchmarks/FluidParticleCoupling/SphereWallCollision.cpp
- apps/benchmarks/GranularGas/GenerateModule.py 1 addition, 2 deletionsapps/benchmarks/GranularGas/GenerateModule.py
- apps/benchmarks/GranularGas/MESA_PD_GranularGas.cpp 3 additions, 3 deletionsapps/benchmarks/GranularGas/MESA_PD_GranularGas.cpp
- apps/benchmarks/GranularGas/MESA_PD_KernelBenchmark.cpp 3 additions, 3 deletionsapps/benchmarks/GranularGas/MESA_PD_KernelBenchmark.cpp
- apps/benchmarks/GranularGas/MESA_PD_KernelLoadBalancing.cpp 4 additions, 4 deletionsapps/benchmarks/GranularGas/MESA_PD_KernelLoadBalancing.cpp
- apps/benchmarks/GranularGas/MESA_PD_LoadBalancing.cpp 4 additions, 4 deletionsapps/benchmarks/GranularGas/MESA_PD_LoadBalancing.cpp
- apps/tutorials/mesa_pd/01_MESAPD.cpp 3 additions, 3 deletionsapps/tutorials/mesa_pd/01_MESAPD.cpp
- python/mesa_pd.py 0 additions, 2 deletionspython/mesa_pd.py
- python/mesa_pd/kernel/ExplicitEuler.py 13 additions, 7 deletionspython/mesa_pd/kernel/ExplicitEuler.py
- python/mesa_pd/kernel/ExplicitEulerWithShape.py 0 additions, 28 deletionspython/mesa_pd/kernel/ExplicitEulerWithShape.py
- python/mesa_pd/kernel/VelocityVerlet.py 10 additions, 2 deletionspython/mesa_pd/kernel/VelocityVerlet.py
- python/mesa_pd/kernel/VelocityVerletWithShape.py 0 additions, 39 deletionspython/mesa_pd/kernel/VelocityVerletWithShape.py
- python/mesa_pd/kernel/__init__.py 1 addition, 5 deletionspython/mesa_pd/kernel/__init__.py
- python/mesa_pd/templates/kernel/ExplicitEuler.templ.h 22 additions, 4 deletionspython/mesa_pd/templates/kernel/ExplicitEuler.templ.h
- python/mesa_pd/templates/kernel/ExplicitEulerWithShape.templ.h 0 additions, 102 deletions...n/mesa_pd/templates/kernel/ExplicitEulerWithShape.templ.h
- python/mesa_pd/templates/kernel/VelocityVerlet.templ.h 28 additions, 1 deletionpython/mesa_pd/templates/kernel/VelocityVerlet.templ.h
Please register or sign in to comment