deal.II version GIT relicensing-2287-g6548a49e0a 2024-12-20 18:30:00+00:00
|
A namespace with alias to generic names for parallel PETSc linear algebra objects.
using LinearAlgebraPETSc::MPI::Vector = typedef PETScWrappers::MPI::Vector |
Typedef for the vector type used.
Definition at line 105 of file generic_linear_algebra.h.
using LinearAlgebraPETSc::MPI::BlockVector = typedef PETScWrappers::MPI::BlockVector |
Typedef for the type used to describe vectors that consist of multiple blocks.
Definition at line 111 of file generic_linear_algebra.h.
Typedef for the sparse matrix type used.
Definition at line 116 of file generic_linear_algebra.h.
Typedef for the type used to describe sparse matrices that consist of multiple blocks.
Definition at line 122 of file generic_linear_algebra.h.
using LinearAlgebraPETSc::MPI::BlockCompressedSparsityPattern = typedef ::BlockDynamicSparsityPattern |
Typedef for the compressed block sparsity pattern used.
Definition at line 127 of file generic_linear_algebra.h.
Typedef for the AMG preconditioner type.
Definition at line 132 of file generic_linear_algebra.h.
Typedef for the Incomplete Cholesky preconditioner.
Definition at line 137 of file generic_linear_algebra.h.
Typedef for the Incomplete LU decomposition preconditioner.
Definition at line 142 of file generic_linear_algebra.h.
Typedef for the Incomplete Jacobi decomposition preconditioner.
Definition at line 147 of file generic_linear_algebra.h.
Typedef for the SSOR preconditioner.
Definition at line 152 of file generic_linear_algebra.h.