[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
Showing
- dumux/discretization/projection/projector.hh 6 additions, 7 deletionsdumux/discretization/projection/projector.hh
- dumux/multidomain/embedded/couplingmanagerbase.hh 3 additions, 3 deletionsdumux/multidomain/embedded/couplingmanagerbase.hh
- dumux/multidomain/embedded/mixeddimensionglue.hh 4 additions, 38 deletionsdumux/multidomain/embedded/mixeddimensionglue.hh
- dumux/multidomain/glue.hh 49 additions, 8 deletionsdumux/multidomain/glue.hh
Loading
Please register or sign in to comment