A vertex mapper that allows for enrichment of nodes. Indication on where to enrich the nodes is done on the basis of a grid of codimension one living on the facets of the bulk grid.     
More...
#include <vector>
#include <dune/common/exceptions.hh>
#include <dune/common/timer.hh>
#include <dune/grid/common/mcmgmapper.hh>
#include "enrichmenthelper.hh"
Go to the source code of this file.
- Template Parameters
- 
  
    | GV | The Dune::GridView type |  
 
|  | 
| class | Dumux::EnrichmentIndicator | 
|  | An indicator class used to mark vertices for enrichment. This implementation marks all vertices of a given grid of codimension one for enrichment, except those that are connected to inmersed boundaries.  More... 
 | 
|  | 
| class | Dumux::EnrichedVertexDofMapper< GV > | 
|  | A vertex mapper that allows for enrichment of nodes. Indication on where to enrich the nodes is done on the basis of a grid of codimension one living on the facets of the bulk grid.  More... 
 | 
|  |