Skip to content
Snippets Groups Projects
Commit e48c1281 authored by Wilhelm Neubert's avatar Wilhelm Neubert
Browse files

Added hostIntersection to SubGridIntersection

parent 9b1c553f
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment