![]() |
Dune-Functions 2.11
|
#include <array>#include <cstddef>#include <limits>#include <type_traits>#include <utility>#include <vector>#include <dune/common/exceptions.hh>#include <dune/common/iteratorfacades.hh>#include <dune/common/iteratorrange.hh>#include <dune/common/rangeutilities.hh>#include <dune/geometry/type.hh>#include <dune/geometry/typeindex.hh>#include <dune/grid/common/mcmgmapper.hh>#include <dune/grid/common/partitionset.hh>Go to the source code of this file.
Namespaces | |
| namespace | Dune |
| namespace | Dune::Functions |
| namespace | Dune::Functions::Experimental |
Functions | |
| template<class HostGridView> | |
| auto | Dune::Functions::Experimental::elements (const SubDomainGridView< HostGridView > &subDomainGridView) |
| ADL findable access to element range for a SubDomainGridView. | |
| template<class HostGridView, unsigned int partitions> | |
| auto | Dune::Functions::Experimental::elements (const SubDomainGridView< HostGridView > &subDomainGridView, Dune::PartitionSet< partitions > partitionSet) |
| ADL findable access to element range for a SubDomainGridView. | |
| template<class HostGridView, class Element> | |
| auto | Dune::Functions::Experimental::intersections (const SubDomainGridView< HostGridView > &subDomainGridView, const Element &element) |
| ADL findable access to intersection range for an element of a SubDomainGridView. | |