deal.II version 9.7.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
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 108 of file generic_linear_algebra.h.

◆ BlockVector

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

Definition at line 114 of file generic_linear_algebra.h.

◆ SparseMatrix

Typedef for the sparse matrix type used.

Definition at line 119 of file generic_linear_algebra.h.

◆ BlockSparseMatrix

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

Definition at line 125 of file generic_linear_algebra.h.

◆ BlockCompressedSparsityPattern

Typedef for the compressed block sparsity pattern used.

Definition at line 130 of file generic_linear_algebra.h.

◆ PreconditionAMG

Typedef for the AMG preconditioner type.

Definition at line 135 of file generic_linear_algebra.h.

◆ PreconditionIC

Typedef for the Incomplete Cholesky preconditioner.

Definition at line 140 of file generic_linear_algebra.h.

◆ PreconditionILU

Typedef for the Incomplete LU decomposition preconditioner.

Definition at line 145 of file generic_linear_algebra.h.

◆ PreconditionJacobi

Typedef for the Incomplete Jacobi decomposition preconditioner.

Definition at line 150 of file generic_linear_algebra.h.

◆ PreconditionSSOR

Typedef for the SSOR preconditioner.

Definition at line 155 of file generic_linear_algebra.h.