Reference documentation for deal.II version 9.1.1
|
Typedefs | |
using | Vector = Vector< double > |
using | BlockVector = BlockVector< double > |
using | SparseMatrix = SparseMatrix< 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 = typedef Vector<double> |
Typedef for the vector type used
Definition at line 41 of file generic_linear_algebra.h.
using LinearAlgebraDealII::BlockVector = typedef BlockVector<double> |
Typedef for the block-vector type used
Definition at line 46 of file generic_linear_algebra.h.
using LinearAlgebraDealII::SparseMatrix = typedef SparseMatrix<double> |
Typedef for sparse matrix type used
Definition at line 51 of file generic_linear_algebra.h.
using LinearAlgebraDealII::PreconditionSSOR = typedef PreconditionSSOR<SparseMatrix> |
Typedef for the SSOR preconditioner used
Definition at line 56 of file generic_linear_algebra.h.