|
dune-istl
2.6-git
|
Class for using LDL with ISTL matrices. More...
#include <iostream>#include <type_traits>#include <dune/common/exceptions.hh>#include <dune/common/unused.hh>#include <dune/istl/colcompmatrix.hh>#include <dune/istl/solvers.hh>#include <dune/istl/solvertype.hh>Go to the source code of this file.
Classes | |
| class | Dune::SeqOverlappingSchwarz< M, X, TM, TD, TA > |
| Sequential overlapping Schwarz preconditioner. More... | |
| struct | Dune::SeqOverlappingSchwarzAssemblerHelper< T, tag > |
| class | Dune::LDL< Matrix > |
| Use the LDL package to directly solve linear systems – empty default class. More... | |
| class | Dune::LDL< BCRSMatrix< FieldMatrix< T, n, m >, A > > |
| The LDL direct sparse solver for matrices of type BCRSMatrix. More... | |
| struct | Dune::IsDirectSolver< LDL< BCRSMatrix< FieldMatrix< T, n, m >, A > > > |
| struct | Dune::StoresColumnCompressed< LDL< BCRSMatrix< FieldMatrix< T, n, m >, A > > > |
Namespaces | |
| Dune | |
Class for using LDL with ISTL matrices.
1.8.13