Reference documentation for deal.II version 9.1.0-pre
Typedefs
LinearAlgebraDealII Namespace Reference

Typedefs

using Vector = Vector< double >
 
using BlockVector = BlockVector< double >
 
using SparseMatrix = SparseMatrix< double >
 

Detailed Description

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.

Typedef Documentation

using LinearAlgebraDealII::Vector = typedef Vector<double>

Make all other ReadWriteVector types friends.

Definition at line 38 of file generic_linear_algebra.h.

Make BlockVector type friends.

Definition at line 39 of file generic_linear_algebra.h.

Make all sparse matrices friends of this class.

Definition at line 41 of file generic_linear_algebra.h.