#include <cstddef>
#include <algorithm>
#include <numeric>
Go to the source code of this file.
Base class for the finite volume geometry vector for face-centered staggered models This builds up the sub control volumes and sub control volume faces for each element.
Namespaces | |
namespace | Dumux |
Functions | |
template<class Vector > | |
static std::size_t | Dumux::normalAxis (const Vector &v) |
Returns the normal axis index of a unit vector (0 = x, 1 = y, 2 = z) More... | |