Reference documentation for deal.II version 8.1.0
ArpackSolver Member List

This is the complete list of members for ArpackSolver, including all inherited members.

additional_dataArpackSolverprotected
algebraically_largest enum value (defined in ArpackSolver)ArpackSolver
algebraically_smallest enum value (defined in ArpackSolver)ArpackSolver
ArpackSolver(SolverControl &control, const AdditionalData &data=AdditionalData())ArpackSolverinline
both_ends enum value (defined in ArpackSolver)ArpackSolver
control() const ArpackSolverinline
DeclException1(ExcArpackIdo, int,<< "This ido "<< arg1<< " is not supported. Check documentation of ARPACK") (defined in ArpackSolver)ArpackSolverprivate
DeclException1(ExcArpackMode, int,<< "This mode "<< arg1<< " is not supported. Check documentation of ARPACK") (defined in ArpackSolver)ArpackSolverprivate
DeclException1(ExcArpackInfodsaupd, int,<< "Error with dsaupd, info "<< arg1<< ". Check documentation of ARPACK") (defined in ArpackSolver)ArpackSolverprivate
DeclException1(ExcArpackInfodneupd, int,<< "Error with dneupd, info "<< arg1<< ". Check documentation of ARPACK") (defined in ArpackSolver)ArpackSolverprivate
DeclException1(ExcArpackInfoMaxIt, int,<< "Maximum number "<< arg1<< " of iterations reached.") (defined in ArpackSolver)ArpackSolverprivate
DeclException1(ExcArpackNoShifts, int,<< "No shifts could be applied during implicit"<< " Arnoldi update, try increasing the number of"<< " Arnoldi vectors.") (defined in ArpackSolver)ArpackSolverprivate
DeclException2(ExcInvalidNumberofEigenvalues, int, int,<< "Number of wanted eigenvalues "<< arg1<< " is larger that the size of the matrix "<< arg2)ArpackSolverprivate
DeclException2(ExcInvalidNumberofArnoldiVectors, int, int,<< "Number of Arnoldi vectors "<< arg1<< " is larger that the size of the matrix "<< arg2) (defined in ArpackSolver)ArpackSolverprivate
DeclException2(ExcSmallNumberofArnoldiVectors, int, int,<< "Number of Arnoldi vectors "<< arg1<< " is too small to obtain "<< arg2<< " eigenvalues") (defined in ArpackSolver)ArpackSolverprivate
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)Subscriptorinline
size_type typedefArpackSolver
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)ArpackSolverinline
solver_controlArpackSolverprotected
subscribe(const char *identifier=0) const Subscriptor
Subscriptor()Subscriptor
Subscriptor(const Subscriptor &)Subscriptor
unsubscribe(const char *identifier=0) const Subscriptor
WhichEigenvalues enum nameArpackSolver
~Subscriptor()Subscriptorvirtual