An implementation of the Moving Least Squares Material Point Method in matlab (It's slow).
A port of the original implementation by @yuanming-hu. https://github.com/taichi-dev/taichi/blob/master/python/taichi/examples/simulation/mpm88.py
Its very slow with no parrelisation and was mostly done as a exercise to understand the algorithm better.