![]() |
deal.II version 9.7.0
|
This is the complete list of members for SolverBFGS< VectorType >, including all inherited members.
| additional_data | SolverBFGS< VectorType > | protected |
| check_no_subscribers() const noexcept | SolverBase< VectorType > | private |
| connect(const std::function< SolverControl::State(const unsigned int iteration, const double check_value, const VectorType ¤t_iterate)> &slot) | SolverBase< VectorType > | |
| connect_line_search_slot(const std::function< Number(Number &f, VectorType &x, VectorType &g, const VectorType &p)> &slot) | SolverBFGS< VectorType > | |
| connect_preconditioner_slot(const std::function< void(VectorType &g, const FiniteSizeHistory< VectorType > &s, const FiniteSizeHistory< VectorType > &y)> &slot) | SolverBFGS< VectorType > | |
| counter | SolverBase< VectorType > | mutableprivate |
| counter_map | SolverBase< VectorType > | mutableprivate |
| EnableObserverPointer() | EnableObserverPointer | inline |
| EnableObserverPointer(const EnableObserverPointer &) | EnableObserverPointer | inline |
| EnableObserverPointer(EnableObserverPointer &&) noexcept | EnableObserverPointer | |
| ExcInUse(int arg1, std::string arg2, std::string arg3) | SolverBase< VectorType > | static |
| ExcNoSubscriber(std::string arg1, std::string arg2) | SolverBase< VectorType > | static |
| iteration_status | SolverBase< VectorType > | protected |
| line_search_signal | SolverBFGS< VectorType > | protected |
| list_subscribers(StreamType &stream) const | SolverBase< VectorType > | inline |
| list_subscribers() const | SolverBase< VectorType > | |
| map_iterator typedef | SolverBase< VectorType > | private |
| map_value_type typedef | SolverBase< VectorType > | private |
| memory | SolverBase< VectorType > | protected |
| mutex | SolverBase< VectorType > | privatestatic |
| n_subscriptions() const | SolverBase< VectorType > | inline |
| Number typedef | SolverBFGS< VectorType > | |
| object_info | SolverBase< VectorType > | mutableprivate |
| operator=(const EnableObserverPointer &) | EnableObserverPointer | inline |
| operator=(EnableObserverPointer &&) noexcept | EnableObserverPointer | |
| preconditioner_signal | SolverBFGS< VectorType > | protected |
| serialize(Archive &ar, const unsigned int version) | SolverBase< VectorType > | inline |
| solve(const std::function< Number(const VectorType &x, VectorType &g)> &compute, VectorType &x) | SolverBFGS< VectorType > | |
| SolverBase(SolverControl &solver_control, VectorMemory< VectorType > &vector_memory) | SolverBase< VectorType > | |
| SolverBFGS(SolverControl &residual_control, const AdditionalData &data=AdditionalData()) | SolverBFGS< VectorType > | explicit |
| static_vector_memory | SolverBase< VectorType > | mutableprotected |
| subscribe(std::atomic< bool > *const validity, const std::string &identifier="") const | SolverBase< VectorType > | private |
| unsubscribe(std::atomic< bool > *const validity, const std::string &identifier="") const | SolverBase< VectorType > | private |
| validity_pointers | SolverBase< VectorType > | mutableprivate |
| vector_type typedef | SolverBase< VectorType > | |
| ~EnableObserverPointer() | EnableObserverPointer | virtual |