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:
@@ -60,6 +60,11 @@ public:
return insideIntersect_.indexInOutside();
return insideIntersect_.indexInOutside();
}
}
 
//! get associated hostgrid entity
 
const HostLevelIntersection& hostIntersection(void) const {
 
return insideIntersect_;
 
}
 
protected:
protected:
//! The subgrid
//! The subgrid
const GridImp* subGrid_;
const GridImp* subGrid_;
Loading