Typedefs | |
template<class Solver, class Matrix> | |
using | SetMatrixDetector = decltype(std::declval<Solver>().setMatrix(std::declval<std::shared_ptr<Matrix>>())) |
Functions | |
template<class Solver, class Matrix> | |
static constexpr bool | linearSolverHasSetMatrix () |
using Dumux::Detail::LinearPDESolver::SetMatrixDetector = decltype(std::declval<Solver>().setMatrix(std::declval<std::shared_ptr<Matrix>>())) |
|
staticconstexpr |