Function Dune::XT::Grid::print_intersection

Function template Dune::XT::Grid::print_intersection

template<class G, class I>
void Dune::XT::Grid::print_intersection(const Intersection<G, I> &intersection, const std::string &name = Common::Typename<Intersection<G, I>>::value(), std::ostream &out = std::cout, const std::string &prefix)

prints some basic information about a Dune::Intersection, namely the number of its corners and the coordinates of those corners.

:tparam IntersectionType: Dune::Intersection compatible