Material Point Method Framework
Material Point Method Engine
This is the simple CUDA, OpenMP based MPM(Material Point Method) Engine.
This Project is under developing.
Build instruction
Make sure that your system has CUDA.
mkdir build
cd build
cmake ../
make
(or give -G option depending on your preference.)
Features
- MLS-MPM
- Mesh Importer
- CUDA
- OpenMP
- OpenGL Renderer
- GUI Widget
- Mesh Exporter
- Cross platform
- Mesh Obstacle
- 2D Cloth, Hair
Sample Scenes
These scenes are in the src/scene folder
Dependencies
All the dependencies are in the external folder.