deal.II version GIT relicensing-2171-g98af52917d 2024-11-23 14:40:00+00:00
|
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.
using LinearAlgebraTrilinos::SolverCG = typedef TrilinosWrappers::SolverCG |
Typedef for the CG solver type used.
Definition at line 182 of file generic_linear_algebra.h.
using LinearAlgebraTrilinos::SolverGMRES = typedef TrilinosWrappers::SolverGMRES |
Typedef for the GMRES solver type used.
Definition at line 187 of file generic_linear_algebra.h.