![]() |
deal.II version 9.7.0
|
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 |
| arnoldi_process | SolverGMRES< VectorType > | protected |
| check_no_subscribers() const noexcept | EnableObserverPointer | private |
| compute_eigs_and_cond(const FullMatrix< double > &H_orig, const unsigned int n, 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 > | |
| 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 > | |
| counter | EnableObserverPointer | mutableprivate |
| counter_map | EnableObserverPointer | mutableprivate |
| criterion() | SolverGMRES< VectorType > | protectedvirtual |
| eigenvalues_signal | SolverGMRES< VectorType > | protected |
| EnableObserverPointer() | EnableObserverPointer | inline |
| EnableObserverPointer(const EnableObserverPointer &) | EnableObserverPointer | inline |
| EnableObserverPointer(EnableObserverPointer &&) noexcept | EnableObserverPointer | |
| ExcInUse(int arg1, std::string arg2, std::string arg3) | EnableObserverPointer | static |
| ExcNoSubscriber(std::string arg1, std::string arg2) | EnableObserverPointer | static |
| ExcTooFewTmpVectors(int arg1) | SolverGMRES< VectorType > | static |
| hessenberg_signal | SolverGMRES< VectorType > | protected |
| iteration_status | SolverBase< VectorType > | protected |
| krylov_space_signal | SolverGMRES< VectorType > | protected |
| list_subscribers(StreamType &stream) const | EnableObserverPointer | inline |
| list_subscribers() const | EnableObserverPointer | |
| map_iterator typedef | EnableObserverPointer | private |
| map_value_type typedef | EnableObserverPointer | private |
| memory | SolverBase< VectorType > | protected |
| mutex | EnableObserverPointer | privatestatic |
| n_subscriptions() const | EnableObserverPointer | inline |
| object_info | EnableObserverPointer | mutableprivate |
| operator=(const EnableObserverPointer &) | EnableObserverPointer | inline |
| operator=(EnableObserverPointer &&) noexcept | EnableObserverPointer | |
| re_orthogonalize_signal | SolverGMRES< VectorType > | protected |
| serialize(Archive &ar, const unsigned int version) | EnableObserverPointer | inline |
| solve(const MatrixType &A, VectorType &x, const VectorType &b, const PreconditionerType &preconditioner) | SolverGMRES< VectorType > | |
| solver_control | SolverGMRES< VectorType > | protected |
| SolverBase(SolverControl &solver_control, VectorMemory< VectorType > &vector_memory) | SolverBase< VectorType > | |
| SolverBase(SolverControl &solver_control) | SolverBase< VectorType > | |
| 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 | EnableObserverPointer | private |
| unsubscribe(std::atomic< bool > *const validity, const std::string &identifier="") const | EnableObserverPointer | private |
| validity_pointers | EnableObserverPointer | mutableprivate |
| vector_type typedef | SolverBase< VectorType > | |
| ~EnableObserverPointer() | EnableObserverPointer | virtual |