|
ASPECT
|
Typedefs | |
| using | Vector = ::TrilinosWrappers::MPI::Vector |
| using | BlockVector = ::TrilinosWrappers::MPI::BlockVector |
| using | SparseMatrix = ::TrilinosWrappers::SparseMatrix |
| using | BlockSparseMatrix = ::TrilinosWrappers::BlockSparseMatrix |
| using | PreconditionBase = ::TrilinosWrappers::PreconditionBase |
| using | PreconditionAMG = ::TrilinosWrappers::PreconditionAMG |
| using | PreconditionILU = ::TrilinosWrappers::PreconditionILU |
| using | PreconditionJacobi = ::TrilinosWrappers::PreconditionJacobi |
| using | BlockDynamicSparsityPattern = ::BlockDynamicSparsityPattern |
| using | DynamicSparsityPattern = ::DynamicSparsityPattern |
A namespace that contains typedefs for classes used in the linear algebra description.
| using aspect::LinearAlgebra::Vector = typedef ::TrilinosWrappers::MPI::Vector |
| using aspect::LinearAlgebra::BlockVector = typedef ::TrilinosWrappers::MPI::BlockVector |
| using aspect::LinearAlgebra::SparseMatrix = typedef ::TrilinosWrappers::SparseMatrix |
| using aspect::LinearAlgebra::BlockSparseMatrix = typedef ::TrilinosWrappers::BlockSparseMatrix |
| using aspect::LinearAlgebra::PreconditionBase = typedef ::TrilinosWrappers::PreconditionBase |
Typedef for the base class for all preconditioners.
Definition at line 76 of file linear_algebra_types.h.
| using aspect::LinearAlgebra::PreconditionAMG = typedef ::TrilinosWrappers::PreconditionAMG |
Typedef for the AMG preconditioner type used for the top left block of the Stokes matrix.
Definition at line 82 of file linear_algebra_types.h.
| using aspect::LinearAlgebra::PreconditionILU = typedef ::TrilinosWrappers::PreconditionILU |
Typedef for the Incomplete LU decomposition preconditioner used for other blocks of the system matrix.
Definition at line 88 of file linear_algebra_types.h.
| using aspect::LinearAlgebra::PreconditionJacobi = typedef ::TrilinosWrappers::PreconditionJacobi |
Typedef for the Jacobi preconditioner used for free surface velocity projection.
Definition at line 94 of file linear_algebra_types.h.
Typedef for the block compressed sparsity pattern type.
Definition at line 100 of file linear_algebra_types.h.
| using aspect::LinearAlgebra::DynamicSparsityPattern = typedef ::DynamicSparsityPattern |
Typedef for the compressed sparsity pattern type.
Definition at line 105 of file linear_algebra_types.h.