|
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 = ::TrilinosWrappers::BlockSparsityPattern |
| using | DynamicSparsityPattern = ::TrilinosWrappers::SparsityPattern |
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 44 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 50 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 56 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 62 of file linear_algebra_types.h.
| using aspect::LinearAlgebra::BlockDynamicSparsityPattern = typedef ::TrilinosWrappers::BlockSparsityPattern |
Typedef for the block compressed sparsity pattern type.
Definition at line 67 of file linear_algebra_types.h.
| using aspect::LinearAlgebra::DynamicSparsityPattern = typedef ::TrilinosWrappers::SparsityPattern |
Typedef for the compressed sparsity pattern type.
Definition at line 72 of file linear_algebra_types.h.