13#ifndef DUMUX_MULTIDOMAIN_EMBEDDED_COUPLINGMANAGER_2D3D_HH 
   14#define DUMUX_MULTIDOMAIN_EMBEDDED_COUPLINGMANAGER_2D3D_HH 
   25template<
class MDTraits>
 
   28                                     EmbeddedCouplingManager2d3d<MDTraits>>
 
   33    using ParentType::ParentType;
 
 
   37template<
class MDTraits>
 
   39: 
public std::true_type {};
 
 
Coupling manager for embedded fractures.
Definition couplingmanager2d3d.hh:29
EmbeddedCouplingManagerBase(std::shared_ptr< const GridGeometry< bulkIdx > > bulkGridGeometry, std::shared_ptr< const GridGeometry< lowDimIdx > > lowDimGridGeometry)
Definition couplingmanagerbase.hh:123
Coupling manager for low-dimensional domains embedded in the bulk domain. Point sources on each integ...
Type trait that is specialized for coupling manager supporting multithreaded assembly.
Definition multistagemultidomainfvassembler.hh:78