There was an error fetching the commit references. Please try again later.
reworked accuracy test of mesa_pd integrators
- checking order of integrator - checking energy conservation - added semi implicit euler - improved documentation - playground for integrator analysis
Showing
- apps/benchmarks/CMakeLists.txt 1 addition, 0 deletionsapps/benchmarks/CMakeLists.txt
- apps/benchmarks/IntegratorAccuracy/CMakeLists.txt 4 additions, 0 deletionsapps/benchmarks/IntegratorAccuracy/CMakeLists.txt
- apps/benchmarks/IntegratorAccuracy/IntegratorAccuracy.cpp 274 additions, 0 deletionsapps/benchmarks/IntegratorAccuracy/IntegratorAccuracy.cpp
- apps/benchmarks/IntegratorAccuracy/IntegratorAccuracy.ipynb 156 additions, 0 deletionsapps/benchmarks/IntegratorAccuracy/IntegratorAccuracy.ipynb
- python/mesa_pd.py 1 addition, 0 deletionspython/mesa_pd.py
- python/mesa_pd/kernel/SemiImplicitEuler.py 34 additions, 0 deletionspython/mesa_pd/kernel/SemiImplicitEuler.py
- python/mesa_pd/kernel/__init__.py 2 additions, 0 deletionspython/mesa_pd/kernel/__init__.py
- python/mesa_pd/templates/kernel/ExplicitEuler.templ.h 13 additions, 4 deletionspython/mesa_pd/templates/kernel/ExplicitEuler.templ.h
- python/mesa_pd/templates/kernel/SemiImplicitEuler.templ.h 109 additions, 0 deletionspython/mesa_pd/templates/kernel/SemiImplicitEuler.templ.h
- python/mesa_pd/templates/kernel/VelocityVerlet.templ.h 2 additions, 0 deletionspython/mesa_pd/templates/kernel/VelocityVerlet.templ.h
- src/mesa_pd/kernel/ExplicitEuler.h 13 additions, 4 deletionssrc/mesa_pd/kernel/ExplicitEuler.h
- src/mesa_pd/kernel/SemiImplicitEuler.h 115 additions, 0 deletionssrc/mesa_pd/kernel/SemiImplicitEuler.h
- src/mesa_pd/kernel/VelocityVerlet.h 2 additions, 0 deletionssrc/mesa_pd/kernel/VelocityVerlet.h
- tests/mesa_pd/CMakeLists.txt 4 additions, 1 deletiontests/mesa_pd/CMakeLists.txt
- tests/mesa_pd/DropTestAnalytic.cpp 3 additions, 3 deletionstests/mesa_pd/DropTestAnalytic.cpp
- tests/mesa_pd/DropTestGeneral.cpp 3 additions, 5 deletionstests/mesa_pd/DropTestGeneral.cpp
- tests/mesa_pd/kernel/CoefficientOfRestitutionLSD.cpp 4 additions, 4 deletionstests/mesa_pd/kernel/CoefficientOfRestitutionLSD.cpp
- tests/mesa_pd/kernel/CoefficientOfRestitutionNLSD.cpp 4 additions, 4 deletionstests/mesa_pd/kernel/CoefficientOfRestitutionNLSD.cpp
- tests/mesa_pd/kernel/CoefficientOfRestitutionSD.cpp 4 additions, 4 deletionstests/mesa_pd/kernel/CoefficientOfRestitutionSD.cpp
- tests/mesa_pd/kernel/ExplicitEuler.cpp 15 additions, 7 deletionstests/mesa_pd/kernel/ExplicitEuler.cpp
Please register or sign in to comment