milibopp/acacia

Stack overflow when object is outside domain

Closed this issue · 2 comments

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?

At least this issue should be mentioned also in the documentation

I see, that #34 already exists for this issue.