Class template Dune::XT::Grid::CheckInside

template<int codim>
class Dune::XT::Grid::CheckInside<codim>

Helper that checks whether a global point lies inside (or coincides with) an entity’s geometry of a given codimension.

Function template Dune::XT::Grid::CheckInside::check

template<int codim>
template<class GeometryType, class GlobalCoordinateType>
static bool Dune::XT::Grid::CheckInside<codim>::check(const GeometryType &geometry, const GlobalCoordinateType &point)

No documentation provided.