A function to compute a geometry's diameter, i.e. the longest distance between points of a geometry.
#include <algorithm>Go to the source code of this file.
| Namespaces | |
| namespace | Dumux | 
| Functions | |
| template<class Geometry> | |
| Geometry::ctype | Dumux::diameter (const Geometry &geo) | 
| Computes the longest distance between points of a geometry. | |