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

Attach and detach particles #27

Open elliotalderson991 opened 4 years ago

elliotalderson991 commented 4 years ago

Hi,

Is it possible with the code, to build an example for attach elastic particles to a rigid block (comparable to the example with the armodillo mesh), but then release these elastic particles? In other words, apply a pre-tension and then detach the elastic particles.

Also, could we find the python script for the armodillo example (whose gif can be seen on the home page of this code)? Thanks a lot