|
Dune::Copasi
|
Mapper of boundary entities. More...
#include <boundary_entity_mapper.hh>
Public Member Functions | |
| BoundaryEntityMapper (GridView grid_view) | |
| bool | isBoundary (const auto &entity, auto local_index, auto codim) const |
| Whether a sub-entity is in the boundary of the grid view. | |
Public Attributes | |
| MultipleCodimMultipleGeomTypeMapper< GridView > | _mapper |
| std::vector< bool > | _boundary |
Mapper of boundary entities.
Builds a map of entities with codim!=0 that are in the boundary. This is helful to avoid referring to the same entities accessing sub-entities of an intersection.
| GridView | The grid view to create the map from |
|
inline |
|
inline |
Whether a sub-entity is in the boundary of the grid view.
| std::vector<bool> Dune::Copasi::BoundaryEntityMapper< GridView >::_boundary |
| MultipleCodimMultipleGeomTypeMapper<GridView> Dune::Copasi::BoundaryEntityMapper< GridView >::_mapper |