|
dune-pdelab
2.5-dev
|
#include <utility>#include <tuple>#include <dune/common/version.hh>#include <dune/grid/common/partitionset.hh>Go to the source code of this file.
Namespaces | |
| Dune | |
| For backward compatibility – Do not use this! | |
| Dune::PDELab | |
Enumerations | |
| enum | Dune::PDELab::IntersectionType { Dune::PDELab::IntersectionType::processor = 0, Dune::PDELab::IntersectionType::skeleton = 1, Dune::PDELab::IntersectionType::boundary = 2, Dune::PDELab::IntersectionType::periodic = 3 } |
| Enum describing the type of an intersection. More... | |
Functions | |
| template<typename EntitySet , typename Intersection > | |
| std::tuple< IntersectionType, typename EntitySet::Element > | Dune::PDELab::classifyIntersection (const EntitySet &entity_set, const Intersection &is) |
| Classifies the type of an intersection wrt to the passed EntitySet. More... | |
1.8.17