Helper class constructing the dual grid finite volume geometries for the box discretizazion method. More...
#include <array>
#include <dune/common/exceptions.hh>
#include <dune/geometry/type.hh>
#include <dune/geometry/typeindex.hh>
#include <dune/geometry/referenceelements.hh>
#include <dune/geometry/multilineargeometry.hh>
#include <dumux/common/math.hh>
Go to the source code of this file.
Helper class constructing the dual grid finite volume geometries for the box discretizazion method.
Namespaces | |
namespace | Dumux |
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |
namespace | Dumux::Detail |
Distance implementation details. | |
namespace | Dumux::Detail::Box |
Functions | |
template<class S , class Geo , class KeyArray , std::size_t... I> | |
S | Dumux::Detail::Box::keyToCornerStorageImpl (const Geo &geo, const KeyArray &key, std::index_sequence< I... >) |
template<class S , class Geo , class T , std::size_t N, class Indices = std::make_index_sequence<N>> | |
S | Dumux::Detail::Box::keyToCornerStorage (const Geo &geo, const std::array< T, N > &key) |
template<class S , class Geo , class KeyArray , std::size_t... I> | |
S | Dumux::Detail::Box::subEntityKeyToCornerStorageImpl (const Geo &geo, unsigned int i, unsigned int c, const KeyArray &key, std::index_sequence< I... >) |
template<class S , class Geo , class T , std::size_t N, class Indices = std::make_index_sequence<N>> | |
S | Dumux::Detail::Box::subEntityKeyToCornerStorage (const Geo &geo, unsigned int i, unsigned int c, const std::array< T, N > &key) |