deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+00:00
|
This is the complete list of members for SolverFlexibleCG< VectorType >, including all inherited members.
additional_data | SolverFlexibleCG< VectorType > | protected |
all_condition_numbers_signal | SolverCG< VectorType > | protected |
all_eigenvalues_signal | SolverCG< VectorType > | protected |
check_no_subscribers() const noexcept | EnableObserverPointer | private |
coefficients_signal | SolverCG< VectorType > | protected |
compute_eigs_and_cond(const std::vector< typename VectorType::value_type > &diagonal, const std::vector< typename VectorType::value_type > &offdiagonal, const boost::signals2::signal< void(const std::vector< double > &)> &eigenvalues_signal, const boost::signals2::signal< void(double)> &cond_signal) | SolverCG< VectorType > | protectedstatic |
condition_number_signal | SolverCG< VectorType > | protected |
connect(const std::function< SolverControl::State(const unsigned int iteration, const double check_value, const VectorType ¤t_iterate)> &slot) | SolverBase< VectorType > | |
connect_coefficients_slot(const std::function< void(typename VectorType::value_type, typename VectorType::value_type)> &slot) | SolverCG< VectorType > | |
connect_condition_number_slot(const std::function< void(double)> &slot, const bool every_iteration=false) | SolverCG< VectorType > | |
connect_eigenvalues_slot(const std::function< void(const std::vector< double > &)> &slot, const bool every_iteration=false) | SolverCG< VectorType > | |
counter | EnableObserverPointer | mutableprivate |
counter_map | EnableObserverPointer | mutableprivate |
determine_beta_by_flexible_formula | SolverCG< VectorType > | protected |
eigenvalues_signal | SolverCG< 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 |
iteration_status | SolverBase< 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 | |
print_vectors(const unsigned int step, const VectorType &x, const VectorType &r, const VectorType &d) const | SolverCG< VectorType > | protectedvirtual |
serialize(Archive &ar, const unsigned int version) | EnableObserverPointer | inline |
size_type typedef | SolverFlexibleCG< VectorType > | |
solve(const MatrixType &A, VectorType &x, const VectorType &b, const PreconditionerType &preconditioner) | SolverCG< VectorType > | |
SolverBase(SolverControl &solver_control, VectorMemory< VectorType > &vector_memory) | SolverBase< VectorType > | |
SolverBase(SolverControl &solver_control) | SolverBase< VectorType > | |
SolverCG(SolverControl &cn, VectorMemory< VectorType > &mem, const AdditionalData &data=AdditionalData()) | SolverCG< VectorType > | |
SolverCG(SolverControl &cn, const AdditionalData &data=AdditionalData()) | SolverCG< VectorType > | |
SolverFlexibleCG(SolverControl &cn, VectorMemory< VectorType > &mem, const AdditionalData &data=AdditionalData()) | SolverFlexibleCG< VectorType > | |
SolverFlexibleCG(SolverControl &cn, const AdditionalData &data=AdditionalData()) | SolverFlexibleCG< VectorType > | |
static_vector_memory | SolverBase< VectorType > | mutableprotected |
subscribe(std::atomic< bool > *const validity, const std::string &identifier="") const | EnableObserverPointer | |
unsubscribe(std::atomic< bool > *const validity, const std::string &identifier="") const | EnableObserverPointer | |
validity_pointers | EnableObserverPointer | mutableprivate |
vector_type typedef | SolverBase< VectorType > | |
~EnableObserverPointer() | EnableObserverPointer | virtual |
~SolverCG() override=default | SolverCG< VectorType > | virtual |