dune-istl
2.7.0
|
Classes for using SuperLU with ISTL matrices. More...
#include "superlufunctions.hh"
#include "solvers.hh"
#include "supermatrix.hh"
#include <algorithm>
#include <functional>
#include "bcrsmatrix.hh"
#include "bvector.hh"
#include "istlexception.hh"
#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh>
#include <dune/common/stdstreams.hh>
#include <dune/istl/solvertype.hh>
#include <dune/istl/solverfactory.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 > |
struct | Dune::SuperLUSolveChooser< T > |
struct | Dune::SuperLUDenseMatChooser< T > |
struct | Dune::SuperLUQueryChooser< T > |
struct | Dune::QuerySpaceChooser< T > |
class | Dune::SuperLU< M > |
SuperLu Solver. More... | |
struct | Dune::IsDirectSolver< SuperLU< BCRSMatrix< T, A > > > |
struct | Dune::StoresColumnCompressed< SuperLU< BCRSMatrix< T, A > > > |
struct | Dune::SuperLUCreator |
struct | Dune::SuperLUCreator::isValidBlock< class > |
struct | Dune::SuperLUCreator::isValidBlock< Dune::FieldVector< double, k > > |
struct | Dune::SuperLUCreator::isValidBlock< Dune::FieldVector< std::complex< double >, k > > |
struct | Dune::SuperLUCreator::isValidBlock< double > |
struct | Dune::SuperLUCreator::isValidBlock< std::complex< double > > |
Namespaces | |
Dune | |
Functions | |
Dune::DUNE_REGISTER_DIRECT_SOLVER ("superlu", SuperLUCreator()) | |
Classes for using SuperLU with ISTL matrices.