Reference documentation for deal.II version 9.6.0
|
Namespaces | |
namespace | 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.
Typedef for the CG solver type used.
Definition at line 89 of file generic_linear_algebra.h.
Typedef for the GMRES solver type used.
Definition at line 94 of file generic_linear_algebra.h.