
Classes | |
| struct | AdditionalData |
Public Member Functions | |
| SolverBicgstab (SolverControl &cn, const AdditionalData &data=AdditionalData()) | |
Protected Attributes | |
| const AdditionalData | additional_data |
An implementation of the solver interface using the Trilinos BiCGStab solver.
Definition at line 419 of file trilinos_solver.h.
| TrilinosWrappers::SolverBicgstab::SolverBicgstab | ( | SolverControl & | cn, |
| const AdditionalData & | data = AdditionalData() |
||
| ) |
Constructor. In contrast to deal.II's own solvers, there is no need to give a vector memory object.
The last argument takes a structure with additional, solver dependent flags for tuning.
const AdditionalData TrilinosWrappers::SolverBicgstab::additional_data [protected] |
Store a copy of the flags for this particular solver.
Reimplemented from TrilinosWrappers::SolverBase.
Definition at line 461 of file trilinos_solver.h.
documentation generated on Fri Feb 3 2012 06:04:17 by
doxygen
1.7.2