![]() |
deal.II version 9.7.0
|
Typedefs | |
| using | Vector = Vector<double> |
| using | BlockVector = BlockVector<double> |
| using | SparseMatrix = SparseMatrix<double> |
| using | BlockSparseMatrix = BlockSparseMatrix<double> |
| using | PreconditionSSOR = PreconditionSSOR<SparseMatrix> |
A namespace in which the deal.II linear algebra classes are aliased to generic names. There are similar namespaces LinearAlgebraPETSc and LinearAlgebraTrilinos for alias to classes that interface with the PETSc and Trilinos libraries.
| using LinearAlgebraDealII::Vector = Vector<double> |
Typedef for the vector type used
Definition at line 55 of file generic_linear_algebra.h.
| using LinearAlgebraDealII::BlockVector = BlockVector<double> |
Typedef for the block-vector type used
Definition at line 60 of file generic_linear_algebra.h.
| using LinearAlgebraDealII::SparseMatrix = SparseMatrix<double> |
Typedef for sparse matrix type used
Definition at line 65 of file generic_linear_algebra.h.
| using LinearAlgebraDealII::BlockSparseMatrix = BlockSparseMatrix<double> |
Typedef describing sparse matrices that consist of multiple blocks.
Definition at line 70 of file generic_linear_algebra.h.
Typedef for the SSOR preconditioner used
Definition at line 75 of file generic_linear_algebra.h.