3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
entitymap.hh File Reference

A map from indices to entities using grid entity seeds. More...

#include <vector>
#include <utility>
#include <dune/geometry/dimension.hh>

Go to the source code of this file.

Description

A map from indices to entities using grid entity seeds.

Classes

class  Dumux::EntityMap< GridView, codim >
 A map from indices to entities using grid entity seeds. More...

Namespaces

namespace  Dumux

Typedefs

template<class GridView>
using Dumux::ElementMap = EntityMap<GridView, 0>