Reference documentation for deal.II version GIT relicensing-426-g7976cfd195 2024-04-18 21:10:01+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Namespaces | Typedefs
LinearAlgebraPETSc Namespace Reference

Namespaces

namespace  MPI
 

Typedefs

using SolverCG = PETScWrappers::SolverCG
 
using SolverGMRES = PETScWrappers::SolverGMRES
 

Detailed Description

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 Documentation

◆ SolverCG

Typedef for the CG solver type used.

Definition at line 89 of file generic_linear_algebra.h.

◆ SolverGMRES

Typedef for the GMRES solver type used.

Definition at line 94 of file generic_linear_algebra.h.