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
LinearAlgebraTrilinos::MPI Namespace Reference

Typedefs

using Vector = TrilinosWrappers::MPI::Vector
using BlockVector = TrilinosWrappers::MPI::BlockVector
using SparseMatrix = TrilinosWrappers::SparseMatrix
using BlockSparseMatrix = TrilinosWrappers::BlockSparseMatrix
using BlockCompressedSparsityPattern
using PreconditionAMG = TrilinosWrappers::PreconditionAMG
using PreconditionIC = TrilinosWrappers::PreconditionIC
using PreconditionILU = TrilinosWrappers::PreconditionILU
using PreconditionJacobi = TrilinosWrappers::PreconditionJacobi
using PreconditionSSOR = TrilinosWrappers::PreconditionSSOR

Detailed Description

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

Typedef Documentation

◆ Vector

Typedef for the vector type used.

Definition at line 191 of file generic_linear_algebra.h.

◆ BlockVector

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

Definition at line 197 of file generic_linear_algebra.h.

◆ SparseMatrix

Typedef for the sparse matrix type used.

Definition at line 202 of file generic_linear_algebra.h.

◆ BlockSparseMatrix

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

Definition at line 208 of file generic_linear_algebra.h.

◆ BlockCompressedSparsityPattern

Initial value:

Typedef for the type used for compressed block sparsity pattern.

Definition at line 213 of file generic_linear_algebra.h.

◆ PreconditionAMG

Typedef for the AMG preconditioner type.

Definition at line 219 of file generic_linear_algebra.h.

◆ PreconditionIC

Typedef for the Incomplete Cholesky preconditioner.

Definition at line 224 of file generic_linear_algebra.h.

◆ PreconditionILU

Typedef for the Incomplete LU decomposition preconditioner.

Definition at line 229 of file generic_linear_algebra.h.

◆ PreconditionJacobi

Typedef for the Incomplete Jacobi decomposition preconditioner.

Definition at line 234 of file generic_linear_algebra.h.

◆ PreconditionSSOR

Typedef for the SSOR preconditioner

Definition at line 239 of file generic_linear_algebra.h.