Reference documentation for deal.II version 9.1.1
|
Namespaces | |
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.
using LinearAlgebraTrilinos::SolverCG = typedef TrilinosWrappers::SolverCG |
Typedef for the CG solver type used.
Definition at line 178 of file generic_linear_algebra.h.
using LinearAlgebraTrilinos::SolverGMRES = typedef TrilinosWrappers::SolverGMRES |
Typdef for the GMRES solver type used.
Definition at line 183 of file generic_linear_algebra.h.