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