dune-istl 2.10
|
This is the complete list of members for Dune::RestartedGMResSolver< X, Y, F >, including all inherited members.
_category | Dune::IterativeSolver< X, Y > | protected |
_maxit | Dune::IterativeSolver< X, Y > | protected |
_op | Dune::IterativeSolver< X, Y > | protected |
_prec | Dune::IterativeSolver< X, Y > | protected |
_reduction | Dune::IterativeSolver< X, Y > | protected |
_restart | Dune::RestartedGMResSolver< X, Y, F > | protected |
_sp | Dune::IterativeSolver< X, Y > | protected |
_verbose | Dune::IterativeSolver< X, Y > | protected |
apply(X &x, Y &b, InverseOperatorResult &res) | Dune::RestartedGMResSolver< X, Y, F > | inlinevirtual |
apply(X &x, Y &b, double reduction, InverseOperatorResult &res) | Dune::RestartedGMResSolver< X, Y, F > | inlinevirtual |
Dune::IterativeSolver::apply(X &x, X &b, double reduction, InverseOperatorResult &res) | Dune::IterativeSolver< X, Y > | inlinevirtual |
applyPlaneRotation(field_type &dx, field_type &dy, real_type &cs, field_type &sn) | Dune::RestartedGMResSolver< X, Y, F > | inlineprotected |
category() const | Dune::IterativeSolver< X, Y > | inlinevirtual |
conjugate(const T &t) | Dune::RestartedGMResSolver< X, Y, F > | inlineprotected |
conjugate(const T &t) | Dune::RestartedGMResSolver< X, Y, F > | inlineprotected |
domain_type typedef | Dune::InverseOperator< X, Y > | |
fAlloc typedef | Dune::RestartedGMResSolver< X, Y, F > | protected |
field_type typedef | Dune::InverseOperator< X, Y > | |
generatePlaneRotation(field_type &dx, field_type &dy, real_type &cs, field_type &sn) | Dune::RestartedGMResSolver< X, Y, F > | inlineprotected |
Iteration typedef | Dune::RestartedGMResSolver< X, Y, F > | protected |
iterationSpacing enum value | Dune::InverseOperator< X, Y > | protected |
IterativeSolver(const LinearOperator< X, Y > &op, Preconditioner< X, Y > &prec, scalar_real_type reduction, int maxit, int verbose) | Dune::IterativeSolver< X, Y > | inline |
IterativeSolver(const LinearOperator< X, Y > &op, const ScalarProduct< X > &sp, Preconditioner< X, Y > &prec, scalar_real_type reduction, int maxit, int verbose) | Dune::IterativeSolver< X, Y > | inline |
IterativeSolver(std::shared_ptr< const LinearOperator< X, Y > > op, std::shared_ptr< Preconditioner< X, X > > prec, const ParameterTree &configuration) | Dune::IterativeSolver< X, Y > | inline |
IterativeSolver(std::shared_ptr< const LinearOperator< X, Y > > op, std::shared_ptr< const ScalarProduct< X > > sp, std::shared_ptr< Preconditioner< X, X > > prec, const ParameterTree &configuration) | Dune::IterativeSolver< X, Y > | inline |
IterativeSolver(std::shared_ptr< const LinearOperator< X, Y > > op, std::shared_ptr< const ScalarProduct< X > > sp, std::shared_ptr< Preconditioner< X, Y > > prec, scalar_real_type reduction, int maxit, int verbose) | Dune::IterativeSolver< X, Y > | inline |
name() const | Dune::IterativeSolver< X, Y > | inline |
normSpacing enum value | Dune::InverseOperator< X, Y > | protected |
printHeader(std::ostream &s) const | Dune::InverseOperator< X, Y > | inlineprotected |
printOutput(std::ostream &s, const CountType &iter, const DataType &norm, const DataType &norm_old) const | Dune::InverseOperator< X, Y > | inlineprotected |
printOutput(std::ostream &s, const CountType &iter, const DataType &norm) const | Dune::InverseOperator< X, Y > | inlineprotected |
rAlloc typedef | Dune::RestartedGMResSolver< X, Y, F > | protected |
range_type typedef | Dune::InverseOperator< X, Y > | |
real_type typedef | Dune::InverseOperator< X, Y > | |
RestartedGMResSolver(const LinearOperator< X, Y > &op, Preconditioner< X, Y > &prec, scalar_real_type reduction, int restart, int maxit, int verbose) | Dune::RestartedGMResSolver< X, Y, F > | inline |
RestartedGMResSolver(const LinearOperator< X, Y > &op, const ScalarProduct< X > &sp, Preconditioner< X, Y > &prec, scalar_real_type reduction, int restart, int maxit, int verbose) | Dune::RestartedGMResSolver< X, Y, F > | inline |
RestartedGMResSolver(std::shared_ptr< const LinearOperator< X, Y > > op, std::shared_ptr< Preconditioner< X, X > > prec, const ParameterTree &configuration) | Dune::RestartedGMResSolver< X, Y, F > | inline |
RestartedGMResSolver(std::shared_ptr< const LinearOperator< X, Y > > op, std::shared_ptr< const ScalarProduct< X > > sp, std::shared_ptr< Preconditioner< X, X > > prec, const ParameterTree &configuration) | Dune::RestartedGMResSolver< X, Y, F > | inline |
RestartedGMResSolver(std::shared_ptr< const LinearOperator< X, Y > > op, std::shared_ptr< const ScalarProduct< X > > sp, std::shared_ptr< Preconditioner< X, Y > > prec, scalar_real_type reduction, int restart, int maxit, int verbose) | Dune::RestartedGMResSolver< X, Y, F > | inline |
scalar_real_type typedef | Dune::InverseOperator< X, Y > | |
update(X &w, int i, const std::vector< std::vector< field_type, fAlloc > > &H, const std::vector< field_type, fAlloc > &s, const std::vector< X > &v) | Dune::RestartedGMResSolver< X, Y, F > | inlineprotected |
~InverseOperator() | Dune::InverseOperator< X, Y > | inlinevirtual |