Helper function to generate Jacobian pattern for multi domain models.
#include <type_traits>#include <dune/common/indices.hh>#include <dune/istl/matrixindexset.hh>#include <dumux/discretization/method.hh>Go to the source code of this file.
| Namespaces | |
| namespace | Dumux | 
| Functions | |
| template<bool isImplicit, class CouplingManager, class GridGeometryI, class GridGeometryJ, std::size_t i, std::size_t j, typename std::enable_if_t<((GridGeometryI::discMethod==DiscretizationMethods::cctpfa)||(GridGeometryI::discMethod==DiscretizationMethods::ccmpfa)), int > = 0> | |
| Dune::MatrixIndexSet | Dumux::getCouplingJacobianPattern (const CouplingManager &couplingManager, Dune::index_constant< i > domainI, const GridGeometryI &gridGeometryI, Dune::index_constant< j > domainJ, const GridGeometryJ &gridGeometryJ) | 
| Helper function to generate coupling Jacobian pattern (off-diagonal blocks) for cell-centered schemes. | |