Reference documentation for deal.II version GIT relicensing-478-g3275795167 2024-04-24 07:10:02+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
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 105 of file generic_linear_algebra.h.

◆ BlockVector

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

Definition at line 111 of file generic_linear_algebra.h.

◆ SparseMatrix

Typedef for the sparse matrix type used.

Definition at line 116 of file generic_linear_algebra.h.

◆ BlockSparseMatrix

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

Definition at line 122 of file generic_linear_algebra.h.

◆ BlockCompressedSparsityPattern

Typedef for the compressed block sparsity pattern used.

Definition at line 127 of file generic_linear_algebra.h.

◆ PreconditionAMG

Typedef for the AMG preconditioner type.

Definition at line 132 of file generic_linear_algebra.h.

◆ PreconditionIC

Typedef for the Incomplete Cholesky preconditioner.

Definition at line 137 of file generic_linear_algebra.h.

◆ PreconditionILU

Typedef for the Incomplete LU decomposition preconditioner.

Definition at line 142 of file generic_linear_algebra.h.

◆ PreconditionJacobi

Typedef for the Incomplete Jacobi decomposition preconditioner.

Definition at line 147 of file generic_linear_algebra.h.

◆ PreconditionSSOR

Typedef for the SSOR preconditioner.

Definition at line 152 of file generic_linear_algebra.h.