Reference documentation for deal.II version 9.0.0
Typedefs
LinearAlgebraTrilinos::MPI Namespace Reference

Typedefs

typedef TrilinosWrappers::MPI::Vector Vector
 
typedef TrilinosWrappers::MPI::BlockVector BlockVector
 
typedef TrilinosWrappers::SparseMatrix SparseMatrix
 
typedef TrilinosWrappers::BlockSparseMatrix BlockSparseMatrix
 
typedef TrilinosWrappers::PreconditionAMG PreconditionAMG
 
typedef TrilinosWrappers::PreconditionIC PreconditionIC
 
typedef TrilinosWrappers::PreconditionILU PreconditionILU
 
typedef TrilinosWrappers::PreconditionJacobi PreconditionJacobi
 
typedef TrilinosWrappers::PreconditionSSOR PreconditionSSOR
 

Detailed Description

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

Typedef Documentation

◆ Vector

Typedef for the vector type used.

Definition at line 169 of file generic_linear_algebra.h.

◆ BlockVector

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

Definition at line 175 of file generic_linear_algebra.h.

◆ SparseMatrix

Typedef for the sparse matrix type used.

Definition at line 180 of file generic_linear_algebra.h.

◆ BlockSparseMatrix

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

Definition at line 186 of file generic_linear_algebra.h.

◆ PreconditionAMG

Typedef for the AMG preconditioner type.

Definition at line 193 of file generic_linear_algebra.h.

◆ PreconditionIC

Typedef for the Incomplete Cholesky preconditioner.

Definition at line 198 of file generic_linear_algebra.h.

◆ PreconditionILU

Typedef for the Incomplete LU decomposition preconditioner.

Definition at line 203 of file generic_linear_algebra.h.

◆ PreconditionJacobi

Typedef for the Incomplete Jacobi decomposition preconditioner.

Definition at line 208 of file generic_linear_algebra.h.

◆ PreconditionSSOR

Typedef for the SSOR preconditioner

Definition at line 213 of file generic_linear_algebra.h.