Detect if a point intersects a geometry. More...
#include <cmath>
#include <dune/common/exceptions.hh>
#include <dune/common/fvector.hh>
#include "intersectspointsimplex.hh"
Go to the source code of this file.
Detect if a point intersects a geometry.
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |
Functions | |
template<class ctype , int dimworld, class Geometry , typename std::enable_if_t<(Geometry::mydimension==3), int > = 0> | |
bool | Dumux::intersectsPointGeometry (const Dune::FieldVector< ctype, dimworld > &point, const Geometry &g) |
Find out whether a point is inside a three-dimensional geometry. More... | |