Serial linear algebra, natively defined in deal.II. More...
#include <lac.h>
Public Types | |
using | Vector = Vector< double > |
using | BlockVector = BlockVector< double > |
using | SparseMatrix = SparseMatrix< double > |
using | BlockSparseMatrix = BlockSparseMatrix< double > |
using | SparsityPattern = SparsityPattern |
using | BlockSparsityPattern = BlockSparsityPattern |
using | AMG = ParsedLAC::AMGPreconditioner |
using | DirectSolver = SparseDirectUMFPACK |
Serial linear algebra, natively defined in deal.II.
We use this class to specify block vectors, matrices, and sparsity patterns to use with serial Triangulation objects.
using LAC::LAdealii::Vector = Vector<double> |
using LAC::LAdealii::BlockVector = BlockVector<double> |
using LAC::LAdealii::SparseMatrix = SparseMatrix<double> |
using LAC::LAdealii::BlockSparseMatrix = BlockSparseMatrix<double> |