![]() |
Reference documentation for deal.II version 8.1.0
|
This is the complete list of members for ArpackSolver, including all inherited members.
additional_data | ArpackSolver | protected |
algebraically_largest enum value (defined in ArpackSolver) | ArpackSolver | |
algebraically_smallest enum value (defined in ArpackSolver) | ArpackSolver | |
ArpackSolver(SolverControl &control, const AdditionalData &data=AdditionalData()) | ArpackSolver | inline |
both_ends enum value (defined in ArpackSolver) | ArpackSolver | |
control() const | ArpackSolver | inline |
DeclException1(ExcArpackIdo, int,<< "This ido "<< arg1<< " is not supported. Check documentation of ARPACK") (defined in ArpackSolver) | ArpackSolver | private |
DeclException1(ExcArpackMode, int,<< "This mode "<< arg1<< " is not supported. Check documentation of ARPACK") (defined in ArpackSolver) | ArpackSolver | private |
DeclException1(ExcArpackInfodsaupd, int,<< "Error with dsaupd, info "<< arg1<< ". Check documentation of ARPACK") (defined in ArpackSolver) | ArpackSolver | private |
DeclException1(ExcArpackInfodneupd, int,<< "Error with dneupd, info "<< arg1<< ". Check documentation of ARPACK") (defined in ArpackSolver) | ArpackSolver | private |
DeclException1(ExcArpackInfoMaxIt, int,<< "Maximum number "<< arg1<< " of iterations reached.") (defined in ArpackSolver) | ArpackSolver | private |
DeclException1(ExcArpackNoShifts, int,<< "No shifts could be applied during implicit"<< " Arnoldi update, try increasing the number of"<< " Arnoldi vectors.") (defined in ArpackSolver) | ArpackSolver | private |
DeclException2(ExcInvalidNumberofEigenvalues, int, int,<< "Number of wanted eigenvalues "<< arg1<< " is larger that the size of the matrix "<< arg2) | ArpackSolver | private |
DeclException2(ExcInvalidNumberofArnoldiVectors, int, int,<< "Number of Arnoldi vectors "<< arg1<< " is larger that the size of the matrix "<< arg2) (defined in ArpackSolver) | ArpackSolver | private |
DeclException2(ExcSmallNumberofArnoldiVectors, int, int,<< "Number of Arnoldi vectors "<< arg1<< " is too small to obtain "<< arg2<< " eigenvalues") (defined in ArpackSolver) | ArpackSolver | private |
Subscriptor::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 | |
largest_imaginary_part enum value (defined in ArpackSolver) | ArpackSolver | |
largest_magnitude enum value (defined in ArpackSolver) | ArpackSolver | |
largest_real_part enum value (defined in ArpackSolver) | ArpackSolver | |
list_subscribers() const | Subscriptor | |
n_subscriptions() const | Subscriptor | |
operator=(const Subscriptor &) | Subscriptor | |
serialize(Archive &ar, const unsigned int version) | Subscriptor | inline |
size_type typedef | ArpackSolver | |
smallest_imaginary_part enum value (defined in ArpackSolver) | ArpackSolver | |
smallest_magnitude enum value (defined in ArpackSolver) | ArpackSolver | |
smallest_real_part enum value (defined in ArpackSolver) | ArpackSolver | |
solve(const MATRIX1 &A, const MATRIX2 &B, const INVERSE &inverse, std::vector< std::complex< double > > &eigenvalues, std::vector< VECTOR > &eigenvectors, const unsigned int n_eigenvalues) | ArpackSolver | inline |
solver_control | ArpackSolver | protected |
subscribe(const char *identifier=0) const | Subscriptor | |
Subscriptor() | Subscriptor | |
Subscriptor(const Subscriptor &) | Subscriptor | |
unsubscribe(const char *identifier=0) const | Subscriptor | |
WhichEigenvalues enum name | ArpackSolver | |
~Subscriptor() | Subscriptor | virtual |