#include <cmath>#include <vector>#include <unordered_map>#include <unordered_set>#include <dune/common/exceptions.hh>#include <dune/common/reservedvector.hh>#include <dune/grid/common/mcmgmapper.hh>#include <dumux/common/math.hh>#include <dumux/common/indextraits.hh>Go to the source code of this file.
Specialization of the enrichment helper class for 2d grids. In this case, we look for two-dimensional bulk grid elements that are enclosed by (lie in between) two 1-dimensional facet grid elements.
| GridView | The grid view of the domain for which nodal dofs should be enriched. |
| CodimOneGridView | The grid view of a (dim-1)-dimensional grid conforming with the facets of this grid view, indicating on which facets nodal dofs should be enriched. |
Classes | |
| class | Dumux::VertexEnrichmentHelper< GridView, CodimOneGridView > |
| Specialization of the enrichment helper class for 2d grids. In this case, we look for two-dimensional bulk grid elements that are enclosed by (lie in between) two 1-dimensional facet grid elements. More... | |
Namespaces | |
| namespace | Dumux |