Reference documentation for deal.II version 9.1.0-pre
Typedefs
LinearAlgebraTrilinos::MPI Namespace Reference

Typedefs

using Vector = TrilinosWrappers::MPI::Vector
 
using BlockVector = TrilinosWrappers::MPI::BlockVector
 
using SparseMatrix = TrilinosWrappers::SparseMatrix
 
using BlockSparseMatrix = TrilinosWrappers::BlockSparseMatrix
 
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

Typedef for the vector type used.

Definition at line 168 of file generic_linear_algebra.h.

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

Definition at line 174 of file generic_linear_algebra.h.

Typedef for the sparse matrix type used.

Definition at line 179 of file generic_linear_algebra.h.

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

Definition at line 185 of file generic_linear_algebra.h.

Typedef for the AMG preconditioner type.

Definition at line 193 of file generic_linear_algebra.h.

Typedef for the Incomplete Cholesky preconditioner.

Definition at line 198 of file generic_linear_algebra.h.

Typedef for the Incomplete LU decomposition preconditioner.

Definition at line 203 of file generic_linear_algebra.h.

Typedef for the Incomplete Jacobi decomposition preconditioner.

Definition at line 208 of file generic_linear_algebra.h.

Typedef for the SSOR preconditioner

Definition at line 213 of file generic_linear_algebra.h.