Implementation for the coupling mapper that sets up and stores the coupling maps between two domains of dimension d and (d-1). The implementations are specific to the discretization method used in the bulk domain, which is extracted automatically from the bulk grid geometry. Implementations for the different methods have to be provided and included at the end 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 |
bulkDM | Discretization method used in the bulk domain |