![]() |
Reference documentation for deal.II version 8.1.0
|
This is the complete list of members for SolverGMRES< VECTOR >, including all inherited members.
additional_data | SolverGMRES< VECTOR > | protected |
cntrl | Solver< VECTOR > | protected |
control() const | Solver< VECTOR > | inline |
criterion() | SolverGMRES< VECTOR > | protectedvirtual |
DeclException1(ExcTooFewTmpVectors, int,<< "The number of temporary vectors you gave ("<< arg1<< ") is too small. It should be at least 10 for "<< "any results, and much more for reasonable ones.") (defined in SolverGMRES< VECTOR >) | SolverGMRES< VECTOR > | |
DeclException2(ExcNoSubscriber, char *, char *,<< "No subscriber with identifier \""<< arg2<< "\" did subscribe to this object of class "<< arg1) | Subscriptor | |
DeclException3(ExcInUse, int, char *, std::string &,<< "Object of class "<< arg2<< " is still used by "<< arg1<< " other objects.\n"<< "(Additional information: "<< arg3<< ")\n"<< "Note the entry in the Frequently Asked Questions of "<< "deal.II (linked to from http://www.dealii.org/) for "<< "more information on what this error means.") | Subscriptor | |
givens_rotation(Vector< double > &h, Vector< double > &b, Vector< double > &ci, Vector< double > &si, int col) const | SolverGMRES< VECTOR > | protected |
H | SolverGMRES< VECTOR > | protected |
H1 | SolverGMRES< VECTOR > | protected |
list_subscribers() const | Subscriptor | |
memory | Solver< VECTOR > | protected |
modified_gram_schmidt(const internal::SolverGMRES::TmpVectors< VECTOR > &orthogonal_vectors, const unsigned int dim, const unsigned int accumulated_iterations, VECTOR &vv, Vector< double > &h, bool &re_orthogonalize) | SolverGMRES< VECTOR > | protectedstatic |
n_subscriptions() const | Subscriptor | |
operator=(const Subscriptor &) | Subscriptor | |
serialize(Archive &ar, const unsigned int version) | Subscriptor | inline |
solve(const MATRIX &A, VECTOR &x, const VECTOR &b, const PRECONDITIONER &precondition) | SolverGMRES< VECTOR > | |
Solver(SolverControl &solver_control, VectorMemory< VECTOR > &vector_memory) | Solver< VECTOR > | inline |
Solver(SolverControl &solver_control) | Solver< VECTOR > | inline |
SolverGMRES(SolverControl &cn, VectorMemory< VECTOR > &mem, const AdditionalData &data=AdditionalData()) | SolverGMRES< VECTOR > | |
SolverGMRES(SolverControl &cn, const AdditionalData &data=AdditionalData()) | SolverGMRES< VECTOR > | |
SolverGMRES(const SolverGMRES< VECTOR > &) | SolverGMRES< VECTOR > | private |
static_vector_memory | Solver< VECTOR > | mutableprotected |
subscribe(const char *identifier=0) const | Subscriptor | |
Subscriptor() | Subscriptor | |
Subscriptor(const Subscriptor &) | Subscriptor | |
unsubscribe(const char *identifier=0) const | Subscriptor | |
~Subscriptor() | Subscriptor | virtual |