Helper functions for normals. More...
#include <algorithm>
#include <dune/common/float_cmp.hh>
Go to the source code of this file.
Helper functions for normals.
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... | |