Skip to content
Snippets Groups Projects
Commit bc35aebc authored by Timo Koch's avatar Timo Koch
Browse files

[bboxtree] Implement intersection detection for entities

As Dune currently offers no general solution to find if a
point lies inside an entity, we need an own solution here.
This implements algorithms from different sources (see comments)
for fast detection of whether a point lies in an entity.
Algorithms are only implemented for simplices in all
combinations of dimgrid and dimworld. Other geometries are
subdivided in simplices and then checked for intersection.
parent cdb08528
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment