Stack overflow when object is outside domain
Closed this issue · 2 comments
Moredread commented
Currently acacia causes a stack overflow, when particles outside of the domain are inserted into the tree, though I'm not 100% during which step it happens.
Checking objects whether they are inside the domain during construction is associated with a certain cost. Should there be additional "safe" functions, that do the check, or should this happen by default?
Moredread commented
At least this issue should be mentioned also in the documentation