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

[md][glue] Fixes change that changed the orientation of inside/outside

To make the interface more clear this commit introduces a new
intersection interface and deprecates the old one.

The old inside(n) is replaced by targetEntity(n)
The old outide(n) is replaced by domainEntity(n)
The old neighbor() is replaces by
numTargetNeighbors()/numDomainNeighbors().

Furthermore num{}Neighbors returns 1 if the {}-dimension is
smaller than the other dimension.
parent 9f8b4305
No related branches found
No related tags found
1 merge request!1657[md][glue] Fixes change that changed the orientation of inside/outside
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