Cell-centered scheme multidomain local assembler using numeric differentiation.
|
| template<class ElemSol> |
| void | maybeUpdateCouplingContext (const SubControlVolume &scv, ElemSol &elemSol, const int pvIdx) |
| | Update the coupling context for coupled models.
|
| template<class JacobianMatrixDiagBlock, class GridVariables> |
| void | maybeEvalAdditionalDomainDerivatives (const ElementResidualVector &origResiduals, JacobianMatrixDiagBlock &A, GridVariables &gridVariables) |
| | Update the additional domain derivatives for coupled models.
|
| template<std::size_t otherId, class JacobianBlock, class GridVariables> |
| void | assembleJacobianCoupling (Dune::index_constant< otherId > domainJ, JacobianBlock &A, const LocalResidualValues &res, GridVariables &gridVariables) |
| | Computes the derivatives with respect to the given element and adds them to the global matrix.
|
| void | assembleJacobianAndResidual (JacobianMatrixRow &jacRow, SubResidualVector &res, GridVariablesTuple &gridVariables, const StageParams &stageParams, SubResidualVector &temporal, SubResidualVector &spatial, SubResidualVector &constrainedDofs) |
| | Computes the derivatives with respect to the given element and adds them to the global matrix. The element residual is written into the right hand side.
|
| void | assembleJacobianCoupling (Dune::index_constant< otherId > domainJ, JacRow &jacRow, const LocalResidualValues &res, GridVariables &gridVariables) |
| | Assemble the entries in a coupling block of the jacobian. There is no coupling block between a domain and itself.
|
| void | bindLocalViews () |
| | Prepares all local views necessary for local assembly.
|
| const Problem & | problem (Dune::index_constant< i > dId=domainId) const |
| | return reference to the subdomain problem
|
| const auto & | curSol (Dune::index_constant< i > dId=domainId) const |
| | return reference to the subdomain solution
|
| CouplingManager & | couplingManager () |
| | return reference to the coupling manager
|