Reference documentation for deal.II version 8.5.1
Typedefs
LinearAlgebraPETSc::MPI Namespace Reference

Typedefs

typedef PETScWrappers::MPI::Vector Vector
 
typedef PETScWrappers::MPI::BlockVector BlockVector
 
typedef PETScWrappers::MPI::SparseMatrix SparseMatrix
 
typedef PETScWrappers::MPI::BlockSparseMatrix BlockSparseMatrix
 
typedef PETScWrappers::PreconditionBoomerAMG PreconditionAMG
 
typedef PETScWrappers::PreconditionICC PreconditionIC
 
typedef PETScWrappers::PreconditionILU PreconditionILU
 
typedef PETScWrappers::PreconditionJacobi PreconditionJacobi
 
typedef PETScWrappers::PreconditionSSOR PreconditionSSOR
 

Detailed Description

A namespace with typedefs to generic names for parallel PETSc linear algebra objects.

Typedef Documentation

◆ Vector

Typedef for the vector type used.

Definition at line 83 of file generic_linear_algebra.h.

◆ BlockVector

Typedef for the type used to describe vectors that consist of multiple blocks.

Definition at line 89 of file generic_linear_algebra.h.

◆ SparseMatrix

Typedef for the sparse matrix type used.

Definition at line 94 of file generic_linear_algebra.h.

◆ BlockSparseMatrix

Typedef for the type used to describe sparse matrices that consist of multiple blocks.

Definition at line 100 of file generic_linear_algebra.h.

◆ PreconditionAMG

Typedef for the AMG preconditioner type.

Definition at line 107 of file generic_linear_algebra.h.

◆ PreconditionIC

Typedef for the Incomplete Cholesky preconditioner.

Definition at line 112 of file generic_linear_algebra.h.

◆ PreconditionILU

Typedef for the Incomplete LU decomposition preconditioner.

Definition at line 117 of file generic_linear_algebra.h.

◆ PreconditionJacobi

Typedef for the Incomplete Jacobi decomposition preconditioner.

Definition at line 122 of file generic_linear_algebra.h.

◆ PreconditionSSOR

Typedef for the SSOR preconditioner.

Definition at line 127 of file generic_linear_algebra.h.