#include <dune/istl/umfpack.hh>
|
| struct | isValidBlock |
| |
| struct | isValidBlock< TL, M, std::enable_if_t< std::is_same_v< Impl::UMFPackDomainType< M >, typename Dune::TypeListElement< 1, TL >::type > &&std::is_same_v< Impl::UMFPackRangeType< M >, typename Dune::TypeListElement< 2, TL >::type > > > |
| |
|
| template<typename TL , typename M > |
| std::shared_ptr< Dune::InverseOperator< Impl::UMFPackDomainType< M >, Impl::UMFPackRangeType< M > > > | operator() (TL, const M &mat, const Dune::ParameterTree &config, std::enable_if_t< isValidBlock< TL, M >::value, int >=0) const |
| |
| template<typename TL , typename M > |
| std::shared_ptr< Dune::InverseOperator< typename Dune::TypeListElement< 1, TL >::type, typename Dune::TypeListElement< 2, TL >::type > > | operator() (TL, const M &, const Dune::ParameterTree &, std::enable_if_t<!isValidBlock< TL, M >::value, int >=0) const |
| |
The documentation for this struct was generated from the following file: