dune-istl 2.9.1
|
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()(TL tl, const std::shared_ptr< OP > &op, const Dune::ParameterTree &config, std::enable_if_t< isValidBlockType< typename OP::matrix_type::block_type >::value, int >=0) const | Dune::AMGCreator | inline |
operator()(TL, const std::shared_ptr< OP > &, const Dune::ParameterTree &, std::enable_if_t<!isValidBlockType< typename OP::matrix_type::block_type >::value, int >=0) const | Dune::AMGCreator | inline |