A function to compute the circumsphere of a given geometry. More...
Go to the source code of this file.
A function to compute the circumsphere of a given geometry.
Namespaces | |
namespace | Dumux |
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |
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. More... | |
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. More... | |