#include <config.h>#include <fstream>#include <iostream>#include <string>#include <dune/common/exceptions.hh>#include <dune/common/fvector.hh>#include <dune/common/timer.hh>#include <dune/geometry/multilineargeometry.hh>#include <dumux/common/geometry/geometryintersection.hh>#include <dumux/common/geometry/triangulation.hh>#include <test/common/geometry/writetriangulation.hh>Functions | |
| template<int dimworld = 3> | |
| void | testSegTriangle (const Dune::FieldVector< double, dimworld > &a, const Dune::FieldVector< double, dimworld > &b, const Dune::FieldVector< double, dimworld > &c, const Dune::FieldVector< double, dimworld > &q, const Dune::FieldVector< double, dimworld > &p, bool expectIntersection=true) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| void testSegTriangle | ( | const Dune::FieldVector< double, dimworld > & | a, |
| const Dune::FieldVector< double, dimworld > & | b, | ||
| const Dune::FieldVector< double, dimworld > & | c, | ||
| const Dune::FieldVector< double, dimworld > & | q, | ||
| const Dune::FieldVector< double, dimworld > & | p, | ||
| bool | expectIntersection = true |
||
| ) |
