Base class for the coupling mapper that sets up and stores the coupling maps between two domains of dimension d and (d-1).     
More...
#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.
- Template Parameters
- 
  
    | 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 |