template<class DomainEntitySet, class TargetEntitySet>
class Dumux::IntersectionEntitySet< DomainEntitySet, TargetEntitySet >
A class representing the intersection entities two geometric entity sets.
|
| IntersectionEntitySet ()=default |
| Default constructor. More...
|
|
void | build (std::shared_ptr< const DomainEntitySet > domainSet, std::shared_ptr< const TargetEntitySet > targetSet) |
| Build intersections. More...
|
|
void | build (std::shared_ptr< const DomainTree > domainTree, std::shared_ptr< const TargetTree > targetTree) |
| Build intersections. More...
|
|
void | build (const DomainTree &domainTree, const TargetTree &targetTree) |
| Build intersections. More...
|
|
Intersections::const_iterator | ibegin () const |
| return begin iterator to intersection container More...
|
|
Intersections::const_iterator | iend () const |
| return end iterator to intersection container More...
|
|
std::size_t | size () const |
| the number of intersections More...
|
|