25#ifndef DUMUX_MULTIDOMAIN_MIXEDDIMENSION_GLUE_HH
26#define DUMUX_MULTIDOMAIN_MIXEDDIMENSION_GLUE_HH
28#warning "This header is deprecated and will be removed after release 3.1. Use multidomain/glue.hh"
31#include <dune/grid/common/mcmgmapper.hh>
36template<
class BulkGridView,
class LowDimGridView,
37 class BulkMapper = Dune::MultipleCodimMultipleGeomTypeMapper<BulkGridView>,
38 class LowDimMapper = Dune::MultipleCodimMultipleGeomTypeMapper<LowDimGridView>>
39using MixedDimensionGlue [[deprecated(
"Use MultiDomainGlue instead. Will be removed after 3.1!")]]
A class glueing two grids of potentially different dimension geometrically. Intersections are compute...
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
Manages the coupling between domain elements and lower dimensional elements Point sources on each int...
Definition: glue.hh:191