Helper function to generate Jacobian pattern for different discretization methods.
#include <type_traits>#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 GridGeometry, typename std::enable_if_t<((GridGeometry::discMethod==DiscretizationMethods::cctpfa)||(GridGeometry::discMethod==DiscretizationMethods::ccmpfa)), int > = 0> | |
| Dune::MatrixIndexSet | Dumux::getJacobianPattern (const GridGeometry &gridGeometry) | 
| Helper function to generate Jacobian pattern for cell-centered methods. | |
| template<bool isImplicit, class GridGeometry, typename std::enable_if_t<((GridGeometry::discMethod==DiscretizationMethods::staggered)), int > = 0> | |
| auto | Dumux::getJacobianPattern (const GridGeometry &gridGeometry) | 
| Helper function to generate Jacobian pattern for the staggered method. | |
| template<class FEBasis> | |
| Dune::MatrixIndexSet | Dumux::getFEJacobianPattern (const FEBasis &feBasis) | 
| Helper function to generate Jacobian pattern for finite element scheme. | |