|
dune-istl 2.11
|
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) const | Dune::AMGCreator | inline |
| makeAMG(const std::shared_ptr< MatrixAdapter< M, X, Y > > &op, const std::string &smoother, const Dune::ParameterTree &config) const | Dune::AMGCreator | inline |
| makeAMG(const std::shared_ptr< OverlappingSchwarzOperator< M, X, Y, C > > &op, const std::string &smoother, const Dune::ParameterTree &config) const | Dune::AMGCreator | inline |
| makeAMG(const std::shared_ptr< NonoverlappingSchwarzOperator< M, X, Y, C > > &op, const std::string &smoother, const Dune::ParameterTree &config) const | Dune::AMGCreator | inline |
| 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) const | Dune::AMGCreator | inline |
| 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) const | Dune::AMGCreator | inline |