A class managing an extended source stencil.
More...
#include <dumux/multidomain/embedded/extendedsourcestencil.hh>
template<class
CouplingManager>
class Dumux::EmbeddedCoupling::ExtendedSourceStencil< CouplingManager >
A class managing an extended source stencil.
- Template Parameters
-
|
template<std::size_t id, class JacobianPattern > |
void | extendJacobianPattern (const CouplingManager &couplingManager, 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 More...
|
|
template<std::size_t i, class LocalAssemblerI , class JacobianMatrixDiagBlock , class GridVariables > |
void | evalAdditionalDomainDerivatives (CouplingManager &couplingManager, Dune::index_constant< i > domainI, const LocalAssemblerI &localAssemblerI, JacobianMatrixDiagBlock &A, GridVariables &gridVariables) const |
| 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 (per default this is not the case) More...
|
|
void | clear () |
| clear the internal data More...
|
|
CouplingManager::template CouplingStencils< bulkIdx > & | stencil () |
| return a reference to the stencil More...
|
|
const CouplingManager::template CouplingStencils< bulkIdx > & | stencil () const |
| return a const reference to the stencil More...
|
|
◆ clear()
◆ evalAdditionalDomainDerivatives()
template<std::size_t i, class LocalAssemblerI , class JacobianMatrixDiagBlock , class 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 (per default this is not the case)
- Note
- Such additional dependencies can arise from the coupling, e.g. if a coupling source term depends on a non-local average of a quantity of the same domain
-
This is the same for box and cc
◆ extendJacobianPattern()
template<std::size_t id, class JacobianPattern >
extend the jacobian pattern of the diagonal block of domain i by those entries that are not already in the uncoupled pattern
- Note
- Such additional dependencies can arise from the coupling, e.g. if a coupling source term depends on a non-local average of a quantity of the same domain
◆ stencil() [1/2]
return a reference to the stencil
◆ stencil() [2/2]
return a const reference to the stencil
The documentation for this class was generated from the following file: