Class template Dune::XT::LA::Solver

Inherits from Dune::XT::LA::internal::SolverUtils.

template<class S, class CommunicatorType>
class Dune::XT::LA::Solver<IstlRowMajorSparseMatrix<S>, CommunicatorType> : protected internal::SolverUtils

Linear solver for an IstlRowMajorSparseMatrix using dune-istl backends.

Method Dune::XT::LA::Solver::types

template<class S, class CommunicatorType>
static int Dune::XT::LA::Solver<IstlRowMajorSparseMatrix<S>, CommunicatorType>::types()

No documentation provided.

Method Dune::XT::LA::Solver::options

template<class S, class CommunicatorType>
static XT::Common::Configuration Dune::XT::LA::Solver<IstlRowMajorSparseMatrix<S>, CommunicatorType>::options(const std::string &type)

No documentation provided.

Method Dune::XT::LA::Solver::apply

template<class S, class CommunicatorType>
void Dune::XT::LA::Solver<IstlRowMajorSparseMatrix<S>, CommunicatorType>::apply(const IstlDenseVector<S> &rhs, IstlDenseVector<S> &solution) const

No documentation provided.

Method Dune::XT::LA::Solver::apply

template<class S, class CommunicatorType>
void Dune::XT::LA::Solver<IstlRowMajorSparseMatrix<S>, CommunicatorType>::apply(const IstlDenseVector<S> &rhs, IstlDenseVector<S> &solution, const std::string &type) const

No documentation provided.

Method Dune::XT::LA::Solver::verbosity

template<class S, class CommunicatorType>
int Dune::XT::LA::Solver<IstlRowMajorSparseMatrix<S>, CommunicatorType>::verbosity(const Common::Configuration &opts, const Common::Configuration &default_opts) const

No documentation provided.

Method Dune::XT::LA::Solver::apply

template<class S, class CommunicatorType>
void Dune::XT::LA::Solver<IstlRowMajorSparseMatrix<S>, CommunicatorType>::apply(const IstlDenseVector<S> &rhs, IstlDenseVector<S> &solution, const Common::Configuration &opts) const

Note

does a copy of the rhs

Constructor Dune::XT::LA::Solver::Solver<IstlRowMajorSparseMatrix<S>, CommunicatorType>

template<>
template<class S, class CommunicatorType>
explicit Dune::XT::LA::Solver<IstlRowMajorSparseMatrix<S>, CommunicatorType>::Solver<IstlRowMajorSparseMatrix<S>, CommunicatorType>(const MatrixType &matrix)

No documentation provided.

Constructor Dune::XT::LA::Solver::Solver<IstlRowMajorSparseMatrix<S>, CommunicatorType>

template<>
template<class S, class CommunicatorType>
Dune::XT::LA::Solver<IstlRowMajorSparseMatrix<S>, CommunicatorType>::Solver<IstlRowMajorSparseMatrix<S>, CommunicatorType>(const MatrixType &matrix, const CommunicatorType &communicator)

No documentation provided.

Constructor Dune::XT::LA::Solver::Solver<IstlRowMajorSparseMatrix<S>, CommunicatorType>

template<>
template<class S, class CommunicatorType>
Dune::XT::LA::Solver<IstlRowMajorSparseMatrix<S>, CommunicatorType>::Solver<IstlRowMajorSparseMatrix<S>, CommunicatorType>(Solver<IstlRowMajorSparseMatrix<S>, CommunicatorType> &&source) noexcept = default

No documentation provided.

Field Dune::XT::LA::Solver::matrix_

const MatrixType &Dune::XT::LA::Solver::matrix_

No documentation provided.

Field Dune::XT::LA::Solver::communicator_

const Common::ConstStorageProvider<CommunicatorType> Dune::XT::LA::Solver::communicator_

No documentation provided.

Type alias Dune::XT::LA::Solver::MatrixType

type Dune::XT::LA::Solver::MatrixType

No documentation provided.

Type alias Dune::XT::LA::Solver::R

type Dune::XT::LA::Solver::R

No documentation provided.