dune-mmesh 1.4.1-git
Loading...
Searching...
No Matches
rangegenerators.hh File Reference

Go to the source code of this file.

Namespaces

namespace  Dune
 

Functions

template<typename Entity >
auto Dune::incidentElements (const Entity &entity)
 Elements incident to a given entity.
 
template<typename Vertex >
auto Dune::incidentFacets (const Vertex &vertex)
 Facets incident to a given vertex.
 
template<typename Vertex >
auto Dune::incidentVertices (const Vertex &vertex, bool includeInfinite=false)
 Vertices incident to a given vertex.
 
template<typename GridView , int codim = 1>
auto Dune::interfaceElements (const GridView &gv, bool includeBoundary=false)
 All interface elements.
 
template<typename GridView >
auto Dune::interfaceVertices (const GridView &gv, bool includeBoundary=false)
 All interface vertices.
 
template<typename Vertex >
auto Dune::incidentInterfaceVertices (const Vertex &vertex)
 Incident interface vertices.
 
template<typename Entity >
auto Dune::incidentInterfaceElements (const Entity &entity)
 Incident interface elements.