yuanming-hu / taichi_mpm

High-performance moving least squares material point method (MLS-MPM) solver. (ACM Transactions on Graphics, SIGGRAPH 2018)
MIT License
2.34k stars 317 forks source link

solver #21

Open iammalekI opened 5 years ago

iammalekI commented 5 years ago

hi In code: https://github.com/yuanming-hu/taichi_mpm/blob/master/mls-mpm88-explained.cpp What is the solver (explicit or implicit)?

yuanming-hu commented 5 years ago

It's explicit.