taichi-dev / taichi_elements

High-performance multi-material continuum physics engine in Taichi
MIT License
483 stars 69 forks source link

Particles only spawn in positive Values #83

Closed K0K0ze closed 2 years ago

K0K0ze commented 2 years ago

Either when you use an emitter or inflow, particles will only spawn in the positive XYZ values. But when the particles are simulating they can move into the negative values without a problem.

There also seems to be a margin. If you change the resolution or size of the MPM solver node the margin size changes.

2021-10-28 21_37_35-NVIDIA GeForce Overlay

K0K0ze commented 2 years ago

After checking the documentation I realized that this seems to be a temporary limitation. Should I close this?