Class template Dune::XT::LA::AmgApplicator¶
-
template<class S>
class Dune::XT::LA::AmgApplicator<S, SequentialCommunication>¶ Applies an AMG-preconditioned BiCGStab solver to an IstlRowMajorSparseMatrix (sequential case).
specialization for our faux type SequentialCommunication
Method Dune::XT::LA::AmgApplicator::call¶
-
template<class S>
InverseOperatorResult Dune::XT::LA::AmgApplicator<S, SequentialCommunication>::call(IstlDenseVector<S> &rhs, IstlDenseVector<S> &solution, const Common::Configuration &opts, const Common::Configuration &default_opts, const std::string &smoother_type)¶ No documentation provided.
Constructor Dune::XT::LA::AmgApplicator::AmgApplicator<S, SequentialCommunication>¶
-
template<>
template<class S>
Dune::XT::LA::AmgApplicator<S, SequentialCommunication>::AmgApplicator<S, SequentialCommunication>(const MatrixType &matrix, const SequentialCommunication &comm)¶ No documentation provided.
Field Dune::XT::LA::AmgApplicator::matrix_¶
-
const MatrixType &Dune::XT::LA::AmgApplicator::matrix_
No documentation provided.
Field Dune::XT::LA::AmgApplicator::communicator_¶
-
const SequentialCommunication &Dune::XT::LA::AmgApplicator::communicator_
No documentation provided.
Type alias Dune::XT::LA::AmgApplicator::MatrixType¶
-
type Dune::XT::LA::AmgApplicator::MatrixType
No documentation provided.
Type alias Dune::XT::LA::AmgApplicator::R¶
-
type Dune::XT::LA::AmgApplicator::R
No documentation provided.
Type alias Dune::XT::LA::AmgApplicator::IstlMatrixType¶
-
type Dune::XT::LA::AmgApplicator::IstlMatrixType
No documentation provided.
Type alias Dune::XT::LA::AmgApplicator::IstlVectorType¶
-
type Dune::XT::LA::AmgApplicator::IstlVectorType
No documentation provided.