Reference documentation for deal.II version 9.1.0-pre
Typedefs
LinearAlgebraPETSc::MPI Namespace Reference

Typedefs

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

Detailed Description

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

Typedef Documentation

Typedef for the vector type used.

Definition at line 82 of file generic_linear_algebra.h.

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

Definition at line 88 of file generic_linear_algebra.h.

Typedef for the sparse matrix type used.

Definition at line 93 of file generic_linear_algebra.h.

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

Definition at line 99 of file generic_linear_algebra.h.

Typedef for the AMG preconditioner type.

Definition at line 106 of file generic_linear_algebra.h.

Typedef for the Incomplete Cholesky preconditioner.

Definition at line 111 of file generic_linear_algebra.h.

Typedef for the Incomplete LU decomposition preconditioner.

Definition at line 116 of file generic_linear_algebra.h.

Typedef for the Incomplete Jacobi decomposition preconditioner.

Definition at line 121 of file generic_linear_algebra.h.

Typedef for the SSOR preconditioner.

Definition at line 126 of file generic_linear_algebra.h.