Compute the center point of a convex polytope geometry or a random-access container of corner points. More...
#include <numeric>
Go to the source code of this file.
Compute the center point of a convex polytope geometry or a random-access container of corner points.
Namespaces | |
namespace | Dumux |
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |
Functions | |
template<class Corners > | |
Corners::value_type | Dumux::center (const Corners &corners) |
The center of a given list of corners. More... | |