Reference documentation for deal.II version 9.6.0
|
Namespaces | |
namespace | MPI |
Typedefs | |
using | SolverCG = TrilinosWrappers::SolverCG |
using | SolverGMRES = TrilinosWrappers::SolverGMRES |
A namespace in which the wrappers to the Trilinos linear algebra classes are aliased to generic names. There are similar namespaces LinearAlgebraDealII and LinearAlgebraPETSc for alias to deal.II's own classes and classes that interface with PETSc.
Typedef for the CG solver type used.
Definition at line 182 of file generic_linear_algebra.h.
Typedef for the GMRES solver type used.
Definition at line 187 of file generic_linear_algebra.h.