Base coupling manager for coupling freeflow and porous medium flow models.  
|  | 
| template<class GridVarsTuple> | 
| void | init (std::shared_ptr< Problem< freeFlowMomentumIndex > > freeFlowMomentumProblem, std::shared_ptr< Problem< freeFlowMassIndex > > freeFlowMassProblem, std::shared_ptr< Problem< porousMediumIndex > > porousMediumProblem, GridVarsTuple &&gridVarsTuple, const SolutionVector &curSol) | 
|  | 
| template<class GridVarsTuple> | 
| void | init (std::shared_ptr< Problem< freeFlowMomentumIndex > > freeFlowMomentumProblem, std::shared_ptr< Problem< freeFlowMassIndex > > freeFlowMassProblem, std::shared_ptr< Problem< porousMediumIndex > > porousMediumProblem, GridVarsTuple &&gridVarsTuple, const SolutionVector &curSol, const SolutionVector &prevSol) | 
|  | 
| template<std::size_t i> | 
| const Problem< i > & | problem (Dune::index_constant< i > domainI) const | 
|  | 
| template<std::size_t i, std::size_t j> | 
| bool | isCoupled (Dune::index_constant< i > domainI, Dune::index_constant< j > domainJ, const SubControlVolumeFace< i > &scvf) const | 
|  | 
| template<std::size_t i, std::size_t j> | 
| bool | isCoupled (Dune::index_constant< i > domainI, Dune::index_constant< j > domainJ, const SubControlVolume< i > &scv) const | 
|  | If the boundary entity is on a coupling boundary. 
 | 
|  | 
| template<std::size_t j> | 
| const auto & | couplingStencil (Dune::index_constant< freeFlowMomentumIndex > domainI, const Element< freeFlowMomentumIndex > &elementI, const SubControlVolume< freeFlowMomentumIndex > &scvI, Dune::index_constant< j > domainJ) const | 
|  | returns an iterable container of all indices of degrees of freedom of domain j that couple with / influence the residual of the given sub-control volume of domain i 
 | 
|  | 
| template<std::size_t i, class Entity, std::size_t j> | 
| const auto & | couplingStencil (Dune::index_constant< i > domainI, const Entity &entity, Dune::index_constant< j > domainJ) const | 
|  | Return the coupling element stencil for a given bulk domain element. 
 | 
|  | 
| auto & | subCouplingManager (Dune::index_constant< i > domainI, Dune::index_constant< j > domainJ) | 
|  | return the binary sub-coupling manager 
 | 
|  | 
| const auto & | subCouplingManager (Dune::index_constant< i > domainI, Dune::index_constant< j > domainJ) const | 
|  | return the binary sub-coupling manager 
 | 
|  | 
| decltype(auto) | subApply (Dune::index_constant< i > domainI, Dune::index_constant< j > domainJ, Apply &&apply) | 
|  | apply a function to the domainI-domainJ sub coupling manager using its local indices 
 | 
|  | 
| decltype(auto) | subApply (Dune::index_constant< i > domainI, Dune::index_constant< j > domainJ, const Apply &apply) const | 
|  | apply a function to the domainI-domainJ sub coupling manager using its local indices 
 | 
|  | 
| decltype(auto) | subApply (Dune::index_constant< i > domainI, Apply &&apply) | 
|  | apply a function to a sub coupling manager containing this domain 
 | 
|  | 
| decltype(auto) | subApply (Dune::index_constant< i > domainI, const Apply &apply) const | 
|  | apply a function to a sub coupling manager containing this domain 
 | 
|  | 
| void | updateSolution (const typename MDTraits::SolutionVector &curSol) | 
|  | Update the solution vector before assembly. 
 | 
|  | 
| void | extendJacobianPattern (Dune::index_constant< id > domainI, JacobianPattern &pattern) const | 
|  | extend the jacobian pattern of the diagonal block of domain i by those entries that are not already in the uncoupled pattern 
 | 
|  | 
| decltype(auto) | evalCouplingResidual (Dune::index_constant< i > domainI, const SubControlVolumeFace< i > &scvfI, const LocalAssemblerI &localAssemblerI, Dune::index_constant< j > domainJ, std::size_t dofIdxGlobalJ) const | 
|  | 
| decltype(auto) | evalCouplingResidual (Dune::index_constant< i > domainI, const LocalAssemblerI &localAssemblerI, Dune::index_constant< j > domainJ, std::size_t dofIdxGlobalJ) const | 
|  | 
| decltype(auto) | evalCouplingResidual (Dune::index_constant< i > domainI, const LocalAssemblerI &localAssemblerI, const SubControlVolume< i > &scvI, Dune::index_constant< j > domainJ, std::size_t dofIdxGlobalJ) const | 
|  | 
| void | updateCouplingContext (Dune::index_constant< i > domainI, const LocalAssemblerI &localAssemblerI, Dune::index_constant< j > domainJ, const std::size_t dofIdxGlobalJ, const PrimaryVariables &priVars, int pvIdxJ) | 
|  | Update the coupling context for the bulk face residual w.r.t to the lowDim dofs. 
 | 
|  | 
| void | bindCouplingContext (Dune::index_constant< i > domainI, const Element< i > &element, const Assembler &assembler=0) | 
|  | Bind the coupling context for a low dim element TODO remove Assembler. 
 | 
|  | 
| decltype(auto) | numericEpsilon (Dune::index_constant< i > domainI, const std::string ¶mGroup) const | 
|  | return the numeric epsilon used for deflecting primary variables of coupled domain i. 
 | 
|  | 
| void | evalAdditionalDomainDerivatives (Dune::index_constant< i > domainI, const LocalAssemblerI &localAssemblerI, const typename LocalAssemblerI::LocalResidual::ElementResidualVector &origResiduals, JacobianMatrixDiagBlock &A, GridVariables &gridVariables) | 
|  | evaluate additional derivatives of the element residual of a domain with respect to dofs in the same domain that are not in the regular stencil (see CouplingManager::extendJacobianPattern) 
 | 
|  | 
| void | updateCoupledVariables (Dune::index_constant< i > domainI, const LocalAssemblerI &localAssemblerI, UpdatableElementVolVars &elemVolVars, UpdatableFluxVarCache &elemFluxVarsCache) | 
|  |