dune-istl 2.10
Loading...
Searching...
No Matches

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

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

namespace  Dune

Functions

 Dune::DUNE_REGISTER_DIRECT_SOLVER ("superlu", SuperLUCreator())

Detailed Description

Classes for using SuperLU with ISTL matrices.

Author
Markus Blatt