dune-istl 2.11
Loading...
Searching...
No Matches
Dune::AMGCreator Member List

This is the complete list of members for Dune::AMGCreator, including all inherited members.

makeAMG(const OP &op, const std::string &smoother, const Dune::ParameterTree &config) constDune::AMGCreatorinline
makeAMG(const std::shared_ptr< MatrixAdapter< M, X, Y > > &op, const std::string &smoother, const Dune::ParameterTree &config) constDune::AMGCreatorinline
makeAMG(const std::shared_ptr< OverlappingSchwarzOperator< M, X, Y, C > > &op, const std::string &smoother, const Dune::ParameterTree &config) constDune::AMGCreatorinline
makeAMG(const std::shared_ptr< NonoverlappingSchwarzOperator< M, X, Y, C > > &op, const std::string &smoother, const Dune::ParameterTree &config) constDune::AMGCreatorinline
operator()(OpTraits opTraits, const std::shared_ptr< OP > &op, const Dune::ParameterTree &config, std::enable_if_t< isValidMatrix< typename OpTraits::matrix_type >::value, int >=0) constDune::AMGCreatorinline
operator()(OpTraits opTraits, const std::shared_ptr< OP > &op, const Dune::ParameterTree &config, std::enable_if_t<!isValidMatrix< typename OpTraits::matrix_type >::value, int >=0) constDune::AMGCreatorinline