dune-istl  2.7.1
Classes | Public Member Functions | List of all members
Dune::AMGCreator Struct Reference

#include <dune/istl/paamg/amg.hh>

Classes

struct  isValidBlockType
 
struct  isValidBlockType< FieldMatrix< T, n, m > >
 

Public Member Functions

template<typename TL , typename M >
std::shared_ptr< Dune::Preconditioner< typename Dune::TypeListElement< 1, TL >::type, typename Dune::TypeListElement< 2, TL >::type > > operator() (TL tl, const M &mat, const Dune::ParameterTree &config, std::enable_if_t< isValidBlockType< typename M::block_type >::value, int >=0) const
 
template<typename TL , typename M >
std::shared_ptr< Dune::Preconditioner< typename Dune::TypeListElement< 1, TL >::type, typename Dune::TypeListElement< 2, TL >::type > > operator() (TL, const M &, const Dune::ParameterTree &, std::enable_if_t<!isValidBlockType< typename M::block_type >::value, int >=0) const
 

The documentation for this struct was generated from the following file: