Default traits to be used in conjunction with the dual grid nodal index set. More...
#include <dumux/discretization/cellcentered/mpfa/dualgridindexset.hh>
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) | |
template<class T > | |
using | NodalScvfDataStorage = std::vector< T > |
template<class T > | |
using | ScvfNeighborDataStorage |
store data on neighbors of scvfs in static containers if possible | |
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 > |
using Dumux::NodalIndexSetDefaultTraits< GV >::NodalScvfDataStorage = std::vector< T > |
using Dumux::NodalIndexSetDefaultTraits< GV >::ScvfNeighborDataStorage |