Skip to content

LEE-JAE-HYUN179/mpm_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.