dune-istl
2.4.1-rc2
|
Classes for using UMFPack with ISTL matrices. More...
#include <complex>
#include <type_traits>
#include <umfpack.h>
#include <dune/common/exceptions.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh>
#include <dune/common/unused.hh>
#include <dune/istl/bcrsmatrix.hh>
#include <dune/istl/solvers.hh>
#include <dune/istl/solvertype.hh>
#include "colcompmatrix.hh"
Go to the source code of this file.
Classes | |
class | Dune::SeqOverlappingSchwarz< M, X, TM, TD, T1 > |
Sequential overlapping Schwarz preconditioner. More... | |
struct | Dune::SeqOverlappingSchwarzAssemblerHelper< T, tag > |
class | Dune::UMFPack< Matrix > |
Use the UMFPack package to directly solve linear systems – empty default class. More... | |
struct | Dune::UMFPackMethodChooser< T > |
struct | Dune::UMFPackMethodChooser< double > |
struct | Dune::UMFPackMethodChooser< std::complex< double > > |
class | Dune::UMFPack< BCRSMatrix< FieldMatrix< T, n, m >, A > > |
The UMFPack direct sparse solver for matrices of type BCRSMatrix. More... | |
struct | Dune::IsDirectSolver< UMFPack< BCRSMatrix< FieldMatrix< T, n, m >, A > > > |
struct | Dune::StoresColumnCompressed< UMFPack< BCRSMatrix< FieldMatrix< T, n, m >, A > > > |
Namespaces | |
Dune | |
Classes for using UMFPack with ISTL matrices.