![]() |
Reference documentation for deal.II version 8.1.0
|
Namespaces | |
TrilinosWrappers | |
TrilinosWrappers::MPI | |
Enumerations | |
enum | TrilinosWrappers::SolverBase::SolverName { cg, cgs, gmres, bicgstab, tfqmr } |
The classes in this module are wrappers around functionality provided by the Trilinos library. They provide a modern object-oriented interface that is compatible with the interfaces of the other linear algebra classes in deal.II. All classes and functions in this group reside in a namespace TrilinosWrappers
.
These classes are only available if a Trilinos installation was detected during configuration of deal.II. Refer to the README file for more details about this.
Enumeration object that is set in the constructor of the derived classes and tells Trilinos which solver to use. This option can also be set in the user program, so one might use this base class instead of one of the specialized derived classes when the solver should be set at runtime. Currently enabled options are:
Definition at line 83 of file trilinos_solver.h.