yuanming-hu / taichi_mpm

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

88 LOC Version speed difference #10

Closed Schizo closed 5 years ago

Schizo commented 5 years ago

First of all thanks for creating this separate repo, I was able to successfully build both the examples and the 88 LOC Version on latest Ubuntu. I was wondering if there was a difference in terms of speed between the 88 LOC version and the full? I just realized that when I was running the 88 LOC, only 1 cpu was used.

yuanming-hu commented 5 years ago

The 88 LOC version is very slow compared to the full version. However since it is 2D and there are very few particles so it's still real-time.