solid-sim-tutorial icon indicating copy to clipboard operation
solid-sim-tutorial copied to clipboard

Can a material point method with implicit time integration be provided?

Open ReFantasy opened this issue 7 months ago • 2 comments

I'm very interested in the Material Point Method (MPM), particularly the optimization-based implicit time integration mentioned in the paper "Optimization Integrator for Large Time Steps." However, there are very few simple and easy-to-understand code implementations available on this topic. Could you provide a relevant implementation for elastic body deformation as a learning resource?

ReFantasy avatar Jun 11 '25 07:06 ReFantasy

https://github.com/penn-graphics-research/HOT is the current SOTA implicit MPM implementation. We will also consider adding an example in this repo.

liminchen avatar Jun 11 '25 13:06 liminchen

https://github.com/penn-graphics-research/HOT is the current SOTA implicit MPM implementation. We will also consider adding an example in this repo.

Thank you for providing the reference code implementation. We also look forward to the examples in this tutorial.

ReFantasy avatar Jun 12 '25 02:06 ReFantasy