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

Redefine the domain boundaries #26

Open elliotalderson991 opened 4 years ago

elliotalderson991 commented 4 years ago

Hi,

I try to make a simulation with a cloth (t-shirt) mesh and I have a problem with the size of the computational domain. I have this error message: [mpm.cpp:operator()@130] particle out of box or near boundary. Ignored. It seems that, the domain size is by default: [0, 1]^3

How can we please, extend the boundaries and make the computation on a larger domain?

Oscariox commented 4 years ago

This is also my problem. Could anyone please help?

yuanming-hu commented 4 years ago

Hi guys,

I don't think this repo will be further maintained, so this will not be implemented. However, you can always scale your scene to fit everything in [0,1]^3.

Best, Yuanming