#include <utility>
#include <tuple>
#include <dune/common/version.hh>
#include <dune/grid/common/partitionset.hh>
Go to the source code of this file.
|
namespace | Dune |
| For backward compatibility – Do not use this!
|
|
namespace | Dune::PDELab |
|
|
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.
|
|