Reference documentation for deal.II version 9.1.1
|
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 |
all_hessenberg_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(const FullMatrix< double > &)> &hessenberg_signal, const boost::signals2::signal< void(double)> &cond_signal) | SolverGMRES< VectorType > | protectedstatic |
condition_number_signal | SolverGMRES< VectorType > | protected |
connect(const std::function< SolverControl::State(const unsigned int iteration, const double check_value, const VectorType ¤t_iterate)> &slot) | SolverBase< VectorType > | inline |
connect_condition_number_slot(const std::function< void(double)> &slot, const bool every_iteration=false) | SolverGMRES< VectorType > | |
connect_eigenvalues_slot(const std::function< void(const std::vector< std::complex< double >> &)> &slot, const bool every_iteration=false) | SolverGMRES< VectorType > | |
connect_hessenberg_slot(const std::function< void(const FullMatrix< double > &)> &slot, const bool every_iteration=true) | SolverGMRES< VectorType > | |
connect_krylov_space_slot(const std::function< void(const internal::SolverGMRESImplementation::TmpVectors< VectorType > &)> &slot) | SolverGMRES< VectorType > | |
connect_re_orthogonalization_slot(const std::function< void(int)> &slot) | SolverGMRES< VectorType > | |
criterion() | SolverGMRES< VectorType > | protectedvirtual |
eigenvalues_signal | SolverGMRES< VectorType > | protected |
ExcInUse(int arg1, std::string arg2, std::string arg3) | Subscriptor | static |
ExcNoSubscriber(std::string arg1, std::string arg2) | Subscriptor | static |
ExcTooFewTmpVectors(int arg1) | SolverGMRES< VectorType > | static |
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 |
hessenberg_signal | SolverGMRES< VectorType > | protected |
iteration_status | SolverBase< VectorType > | protected |
krylov_space_signal | SolverGMRES< VectorType > | protected |
list_subscribers(StreamType &stream) const | Subscriptor | inline |
list_subscribers() const | Subscriptor | |
memory | SolverBase< VectorType > | protected |
modified_gram_schmidt(const internal::SolverGMRESImplementation::TmpVectors< VectorType > &orthogonal_vectors, const unsigned int dim, const unsigned int accumulated_iterations, VectorType &vv, Vector< double > &h, bool &re_orthogonalize, const boost::signals2::signal< void(int)> &re_orthogonalize_signal=boost::signals2::signal< void(int)>()) | SolverGMRES< VectorType > | protectedstatic |
n_subscriptions() const | Subscriptor | inline |
operator=(const Subscriptor &) | Subscriptor | inline |
operator=(Subscriptor &&) noexcept | Subscriptor | |
re_orthogonalize_signal | SolverGMRES< VectorType > | protected |
serialize(Archive &ar, const unsigned int version) | Subscriptor | inline |
solve(const MatrixType &A, VectorType &x, const VectorType &b, const PreconditionerType &preconditioner) | SolverGMRES< VectorType > | |
SolverBase(SolverControl &solver_control, VectorMemory< VectorType > &vector_memory) | SolverBase< VectorType > | inline |
SolverBase(SolverControl &solver_control) | SolverBase< 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 > &)=delete | SolverGMRES< VectorType > | |
static_vector_memory | SolverBase< VectorType > | mutableprotected |
subscribe(std::atomic< bool > *const validity, const std::string &identifier="") const | Subscriptor | |
Subscriptor() | Subscriptor | inline |
Subscriptor(const Subscriptor &) | Subscriptor | inline |
Subscriptor(Subscriptor &&) noexcept | Subscriptor | |
unsubscribe(std::atomic< bool > *const validity, const std::string &identifier="") const | Subscriptor | |
vector_type typedef | SolverBase< VectorType > | |
~Subscriptor() | Subscriptor | virtual |