Skip to content
Snippets Groups Projects

SubGridIntersection<GridImp> should allow access to hostIntersection

Open neubertw requested to merge neubertw/dune-subgrid:master into master
@@ -60,6 +60,11 @@ public:
return insideIntersect_.indexInOutside();
}
//! get associated hostgrid entity
const HostLevelIntersection& hostIntersection(void) const {
return insideIntersect_;
}
protected:
//! The subgrid
const GridImp* subGrid_;
Loading