optimad / bitpit

Open source library for scientific HPC
http://optimad.github.io/bitpit/
GNU Lesser General Public License v3.0
115 stars 34 forks source link

PABLO: rework the function that evaluates the octant owner of a point #452

Closed andrea-iob closed 1 month ago

andrea-iob commented 4 months ago

If the owner of the point is an internal octant, decrementing the Morton upper bound by one will give us the requested octant. If the owner of the point is a ghost octant, we need to test all the octants before the Morton upper bound.