A function to compute the circumsphere of a given geometry. More...
Go to the source code of this file.
| Namespaces | |
| namespace | Dumux | 
| Functions | |
| template<class Point> | |
| static Sphere< typename Point::value_type, Point::dimension > | Dumux::circumSphereOfTriangle (const Point &a, const Point &b, const Point &c) | 
| Computes the circumsphere of a triangle. | |
| template<class Geometry, typename std::enable_if_t< Geometry::mydimension==2, int > = 0> | |
| static Sphere< typename Geometry::ctype, Geometry::coorddimension > | Dumux::circumSphereOfTriangle (const Geometry &triangle) | 
| Computes the circumsphere of a triangle. | |