A map from indices to entities using grid entity seeds.
#include <dumux/common/entitymap.hh>
|
using | Grid = typename GridView::Traits::Grid |
|
using | Entity = typename Grid::template Codim< codim >::Entity |
|
using | EntitySeed = typename Grid::template Codim< codim >::EntitySeed |
|
◆ Entity
template<class GridView , int codim = 0>
using Dumux::EntityMap< GridView, codim >::Entity = typename Grid::template Codim<codim>::Entity |
◆ EntitySeed
template<class GridView , int codim = 0>
using Dumux::EntityMap< GridView, codim >::EntitySeed = typename Grid::template Codim<codim>::EntitySeed |
◆ Grid
template<class GridView , int codim = 0>
using Dumux::EntityMap< GridView, codim >::Grid = typename GridView::Traits::Grid |
◆ EntityMap() [1/2]
template<class GridView , int codim = 0>
◆ EntityMap() [2/2]
template<class GridView , int codim = 0>
template<class Mapper >
◆ operator[]()
template<class GridView , int codim = 0>
◆ size()
template<class GridView , int codim = 0>
◆ update() [1/2]
template<class GridView , int codim = 0>
template<class Mapper >
◆ update() [2/2]
template<class GridView , int codim = 0>
The documentation for this class was generated from the following file: