Reference documentation for deal.II version 8.4.2
SolverSelector< VectorType > Member List

This is the complete list of members for SolverSelector< VectorType >, including all inherited members.

bicgstab_dataSolverSelector< VectorType >private
cg_dataSolverSelector< VectorType >private
controlSolverSelector< VectorType >protected
DeclException1(ExcSolverDoesNotExist, std::string,<< "Solver "<< arg1<< " does not exist. Use one of "<< std::endl<< get_solver_names())SolverSelector< VectorType >
DeclException2(ExcNoSubscriber, char *, char *,<< "No subscriber with identifier <"<< arg2<< "> subscribes to this object of class "<< arg1<< ". Consequently, it cannot be unsubscribed.")Subscriptor
DeclException3(ExcInUse, int, char *, std::string &,<< "Object of class "<< arg2<< " is still used by "<< arg1<< " other objects."<< "\"<< "(Additional information: "<< arg3<< ")\"<< "See the entry in the Frequently Asked Questions of "<< "deal.II (linked to from http://www.dealii.org/) for "<< "a lot more information on what this error means and "<< "how to fix programs in which it happens.")Subscriptor
fgmres_dataSolverSelector< VectorType >private
get_solver_names()SolverSelector< VectorType >static
gmres_dataSolverSelector< VectorType >private
list_subscribers() constSubscriptor
minres_dataSolverSelector< VectorType >private
n_subscriptions() constSubscriptor
operator=(const Subscriptor &)Subscriptor
richardson_dataSolverSelector< VectorType >private
select(const std::string &name)SolverSelector< VectorType >
serialize(Archive &ar, const unsigned int version)Subscriptorinline
set_control(SolverControl &ctrl)SolverSelector< VectorType >
set_data(const typename SolverRichardson< VectorType > ::AdditionalData &data)SolverSelector< VectorType >
set_data(const typename SolverCG< VectorType > ::AdditionalData &data)SolverSelector< VectorType >
set_data(const typename SolverMinRes< VectorType > ::AdditionalData &data)SolverSelector< VectorType >
set_data(const typename SolverBicgstab< VectorType > ::AdditionalData &data)SolverSelector< VectorType >
set_data(const typename SolverGMRES< VectorType > ::AdditionalData &data)SolverSelector< VectorType >
set_data(const typename SolverFGMRES< VectorType > ::AdditionalData &data)SolverSelector< VectorType >
solve(const Matrix &A, VectorType &x, const VectorType &b, const Preconditioner &precond) constSolverSelector< VectorType >
solver_nameSolverSelector< VectorType >protected
SolverSelector()SolverSelector< VectorType >
subscribe(const char *identifier=0) constSubscriptor
Subscriptor()Subscriptor
Subscriptor(const Subscriptor &)Subscriptor
unsubscribe(const char *identifier=0) constSubscriptor
vector_type typedefSolverSelector< VectorType >
~SolverSelector()SolverSelector< VectorType >
~Subscriptor()Subscriptorvirtual