Default traits to be used in conjuntion with the dual grid nodal index set. More...
#include <dumux/discretization/cellcentered/mpfa/dualgridindexset.hh>
Default traits to be used in conjuntion with the dual grid nodal index set.
GV | The grid view type |
Public Types | |
using | GridView = GV |
using | GridIndexType = typename IndexTraits< GV >::GridIndex |
using | LocalIndexType = typename IndexTraits< GV >::LocalIndex |
template<class T > | |
using | NodalScvDataStorage = std::vector< T > |
per default, we use dynamic data containers (iv size unknown) More... | |
template<class T > | |
using | NodalScvfDataStorage = std::vector< T > |
template<class T > | |
using | ScvfNeighborDataStorage = typename std::conditional_t<(int(GV::dimension)< int(GV::dimensionworld)), std::vector< T >, Dune::ReservedVector< T, 2 > > |
store data on neighbors of scvfs in static containers if possible More... | |
using Dumux::NodalIndexSetDefaultTraits< GV >::GridIndexType = typename IndexTraits<GV>::GridIndex |
using Dumux::NodalIndexSetDefaultTraits< GV >::GridView = GV |
using Dumux::NodalIndexSetDefaultTraits< GV >::LocalIndexType = typename IndexTraits<GV>::LocalIndex |
using Dumux::NodalIndexSetDefaultTraits< GV >::NodalScvDataStorage = std::vector< T > |
per default, we use dynamic data containers (iv size unknown)
using Dumux::NodalIndexSetDefaultTraits< GV >::NodalScvfDataStorage = std::vector< T > |
using Dumux::NodalIndexSetDefaultTraits< GV >::ScvfNeighborDataStorage = typename std::conditional_t< (int(GV::dimension)<int(GV::dimensionworld)), std::vector< T >, Dune::ReservedVector< T, 2 > > |
store data on neighbors of scvfs in static containers if possible