Helper functions for normals. More...
#include <algorithm>#include <dune/common/float_cmp.hh>Go to the source code of this file.
Namespaces | |
| namespace | Dumux |
Functions | |
| template<class Vector > | |
| Vector | Dumux::normal (const Vector &v) |
| Create a vector normal to the given one (v is expected to be non-zero) More... | |
| template<class Vector > | |
| Vector | Dumux::unitNormal (const Vector &v) |
| Create a vector normal to the given one (v is expected to be non-zero) More... | |