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

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

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

Linear solver for an IstlRowMajorSparseMatrix using dune-istl backends.

static int Dune::XT::LA::Solver::types()

No documentation provided.

static XT::Common::Configuration Dune::XT::LA::Solver::options(const std::string &type = <recovery-expr>(""))

No documentation provided.

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

No documentation provided.

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

No documentation provided.

int Dune::XT::LA::Solver::verbosity(const Common::Configuration &opts, const Common::Configuration &default_opts) const

No documentation provided.

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

Note

does a copy of the rhs

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.