3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
diameter.hh File Reference

A function to compute a geometry's diameter, i.e. the longest distance between points of a geometry. More...

#include <algorithm>

Go to the source code of this file.

Description

A function to compute a geometry's diameter, i.e. the longest distance between points of a geometry.

Namespaces

namespace  Dumux

Functions

template<class Geometry>
Geometry::ctype Dumux::diameter (const Geometry &geo)
 Computes the longest distance between points of a geometry.