#include <vector>
#include <unordered_map>
#include <algorithm>
#include <memory>
#include <dune/common/indices.hh>
#include <dune/common/exceptions.hh>
#include <dumux/common/indextraits.hh>
Go to the source code of this file.
Base class for the coupling mapper that sets up and stores the coupling maps between two domains of dimension d and (d-1).
BulkFVG | the d-dimensional finite-volume grid geometry |
LowDimFVG | the (d-1)-dimensional finite-volume grid geometry |
bulkId | The index of the bulk grid within the hierarchy of grids |
lowDimId | The index of the facet grid within the hierarchy of grids |
Classes | |
class | Dumux::FacetCouplingMapperBase< BulkFVG, LowDimFVG, bulkId, lowDimId > |
Base class for the coupling mapper that sets up and stores the coupling maps between two domains of dimension d and (d-1). More... | |
Namespaces | |
namespace | Dumux |