#include <dune/istl/cholmod.hh>
|
template<class TL , typename M > |
std::shared_ptr< Dune::InverseOperator< typename Dune::TypeListElement< 1, TL >::type, typename Dune::TypeListElement< 2, TL >::type > > | operator() (TL, const M &mat, const Dune::ParameterTree &, std::enable_if_t< isValidBlock< typename Dune::TypeListElement< 1, TL >::type::block_type >::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< typename Dune::TypeListElement< 1, TL >::type::block_type >::value, int >=0) const |
|
◆ operator()() [1/2]
template<typename TL , typename M >
std::shared_ptr< Dune::InverseOperator< typename Dune::TypeListElement< 1, TL >::type, typename Dune::TypeListElement< 2, TL >::type > > Dune::CholmodCreator::operator() |
( |
TL |
, |
|
|
const M & |
, |
|
|
const Dune::ParameterTree & |
, |
|
|
std::enable_if_t<!isValidBlock< typename Dune::TypeListElement< 1, TL >::type::block_type >::value, int > |
= 0 |
|
) |
| const |
|
inline |
◆ operator()() [2/2]
template<class TL , typename M >
std::shared_ptr< Dune::InverseOperator< typename Dune::TypeListElement< 1, TL >::type, typename Dune::TypeListElement< 2, TL >::type > > Dune::CholmodCreator::operator() |
( |
TL |
, |
|
|
const M & |
mat, |
|
|
const Dune::ParameterTree & |
, |
|
|
std::enable_if_t< isValidBlock< typename Dune::TypeListElement< 1, TL >::type::block_type >::value, int > |
= 0 |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: