Reference documentation for deal.II version 9.5.0
\(\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
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 BlockCompressedSparsityPattern = ::BlockDynamicSparsityPattern
 
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

◆ Vector

Typedef for the vector type used.

Definition at line 106 of file generic_linear_algebra.h.

◆ BlockVector

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

Definition at line 112 of file generic_linear_algebra.h.

◆ SparseMatrix

Typedef for the sparse matrix type used.

Definition at line 117 of file generic_linear_algebra.h.

◆ BlockSparseMatrix

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

Definition at line 123 of file generic_linear_algebra.h.

◆ BlockCompressedSparsityPattern

Typedef for the compressed block sparsity pattern used.

Definition at line 128 of file generic_linear_algebra.h.

◆ PreconditionAMG

Typedef for the AMG preconditioner type.

Definition at line 133 of file generic_linear_algebra.h.

◆ PreconditionIC

Typedef for the Incomplete Cholesky preconditioner.

Definition at line 138 of file generic_linear_algebra.h.

◆ PreconditionILU

Typedef for the Incomplete LU decomposition preconditioner.

Definition at line 143 of file generic_linear_algebra.h.

◆ PreconditionJacobi

Typedef for the Incomplete Jacobi decomposition preconditioner.

Definition at line 148 of file generic_linear_algebra.h.

◆ PreconditionSSOR

Typedef for the SSOR preconditioner.

Definition at line 153 of file generic_linear_algebra.h.