![]() |
Reference documentation for deal.II version 8.4.2
|
This is the complete list of members for SolverGMRES< VectorType >, including all inherited members.
| additional_data | SolverGMRES< VectorType > | protected |
| all_condition_numbers_signal | SolverGMRES< VectorType > | protected |
| all_eigenvalues_signal | SolverGMRES< VectorType > | protected |
| compute_eigs_and_cond(const FullMatrix< double > &H_orig, const unsigned int dim, const boost::signals2::signal< void(const std::vector< std::complex< double > > &)> &eigenvalues_signal, const boost::signals2::signal< void(double)> &cond_signal, const bool log_eigenvalues) | SolverGMRES< VectorType > | protectedstatic |
| condition_number_signal | SolverGMRES< VectorType > | protected |
| connect(const std_cxx11::function< SolverControl::State(const unsigned int iteration, const double check_value, const VectorType ¤t_iterate)> &slot) | Solver< VectorType > | inline |
| connect_condition_number_slot(const std_cxx11::function< void(double)> &slot, const bool every_iteration=false) | SolverGMRES< VectorType > | |
| connect_eigenvalues_slot(const std_cxx11::function< void(const std::vector< std::complex< double > > &)> &slot, const bool every_iteration=false) | SolverGMRES< VectorType > | |
| criterion() | SolverGMRES< VectorType > | protectedvirtual |
| DeclException2(ExcNoSubscriber, char *, char *,<< "No subscriber with identifier <"<< arg2<< "> subscribes to this object of class "<< arg1<< ". Consequently, it cannot be unsubscribed.") | Subscriptor | |
| DeclException3(ExcInUse, int, char *, std::string &,<< "Object of class "<< arg2<< " is still used by "<< arg1<< " other objects."<< "\"<< "(Additional information: "<< arg3<< ")\"<< "See the entry in the Frequently Asked Questions of "<< "deal.II (linked to from http://www.dealii.org/) for "<< "a lot more information on what this error means and "<< "how to fix programs in which it happens.") | Subscriptor | |
| eigenvalues_signal | SolverGMRES< VectorType > | protected |
| givens_rotation(Vector< double > &h, Vector< double > &b, Vector< double > &ci, Vector< double > &si, int col) const | SolverGMRES< VectorType > | protected |
| H | SolverGMRES< VectorType > | protected |
| H1 | SolverGMRES< VectorType > | protected |
| iteration_status | Solver< VectorType > | protected |
| list_subscribers() const | Subscriptor | |
| memory | Solver< VectorType > | protected |
| modified_gram_schmidt(const internal::SolverGMRES::TmpVectors< VectorType > &orthogonal_vectors, const unsigned int dim, const unsigned int accumulated_iterations, VectorType &vv, Vector< double > &h, bool &re_orthogonalize) | SolverGMRES< VectorType > | protectedstatic |
| n_subscriptions() const | Subscriptor | |
| operator=(const Subscriptor &) | Subscriptor | |
| serialize(Archive &ar, const unsigned int version) | Subscriptor | inline |
| solve(const MatrixType &A, VectorType &x, const VectorType &b, const PreconditionerType &precondition) | SolverGMRES< VectorType > | |
| Solver(SolverControl &solver_control, VectorMemory< VectorType > &vector_memory) | Solver< VectorType > | inline |
| Solver(SolverControl &solver_control) | Solver< VectorType > | inline |
| SolverGMRES(SolverControl &cn, VectorMemory< VectorType > &mem, const AdditionalData &data=AdditionalData()) | SolverGMRES< VectorType > | |
| SolverGMRES(SolverControl &cn, const AdditionalData &data=AdditionalData()) | SolverGMRES< VectorType > | |
| SolverGMRES(const SolverGMRES< VectorType > &) | SolverGMRES< VectorType > | private |
| static_vector_memory | Solver< VectorType > | mutableprotected |
| subscribe(const char *identifier=0) const | Subscriptor | |
| Subscriptor() | Subscriptor | |
| Subscriptor(const Subscriptor &) | Subscriptor | |
| unsubscribe(const char *identifier=0) const | Subscriptor | |
| vector_type typedef | Solver< VectorType > | |
| ~Subscriptor() | Subscriptor | virtual |
1.8.12