Skip to content

Fix indexInOutside method for leaf intersections in adaptive grids

Timo Koch requested to merge fix/issue#4-indexinoutside-for-adaptive-grids into master

The previous implementation had a sign mistake and thus only worked for intersections connecting elements on the same level. The new implementation works for adaptive grids as well.

Fixes #4 (closed).

Merge request reports