#include <dumux/multidomain/glue.hh>
|
using | Entity = IntersectionEntity |
| make intersection entity type available More...
|
|
using | EntityIterator = typename Intersections::const_iterator |
| make entity iterator type available More...
|
|
◆ Entity
make intersection entity type available
◆ EntityIterator
make entity iterator type available
◆ MultiDomainGlue()
template<class DomainGridView , class TargetGridView , class DomainMapper , class TargetMapper >
◆ build() [1/3]
Build intersections.
- Note
- If you call this, make sure the bounding box tree stays alive for the life-time of this object
◆ build() [2/3]
◆ build() [3/3]
void Dumux::IntersectionEntitySet< GridViewGeometricEntitySet< DomainGridView, 0, DomainMapper > , GridViewGeometricEntitySet< TargetGridView, 0, TargetMapper > >::build |
( |
std::shared_ptr< const GridViewGeometricEntitySet< DomainGridView, 0, DomainMapper > > |
domainSet, |
|
|
std::shared_ptr< const GridViewGeometricEntitySet< TargetGridView, 0, TargetMapper > > |
targetSet |
|
) |
| |
|
inlineinherited |
◆ ibegin()
return begin iterator to intersection container
◆ iend()
return end iterator to intersection container
◆ size()
the number of intersections
The documentation for this class was generated from the following file: