Class template Dune::XT::LA::internal::IstlSolverTraits

template<class S, class CommunicatorType>
class Dune::XT::LA::internal::IstlSolverTraits<S, CommunicatorType>

not

Method Dune::XT::LA::internal::IstlSolverTraits::make_operator

template<class S, class CommunicatorType>
static MatrixOperatorType Dune::XT::LA::internal::IstlSolverTraits<S, CommunicatorType>::make_operator(const IstlMatrixType &matrix, const CommunicatorType &communicator)

No documentation provided.

Method Dune::XT::LA::internal::IstlSolverTraits::make_scalarproduct

template<class S, class CommunicatorType>
static ScalarproductType Dune::XT::LA::internal::IstlSolverTraits<S, CommunicatorType>::make_scalarproduct(const CommunicatorType &communicator)

No documentation provided.

Type alias Dune::XT::LA::internal::IstlSolverTraits::IstlVectorType

type Dune::XT::LA::internal::IstlSolverTraits::IstlVectorType

No documentation provided.

Type alias Dune::XT::LA::internal::IstlSolverTraits::IstlMatrixType

type Dune::XT::LA::internal::IstlSolverTraits::IstlMatrixType

No documentation provided.

Type alias Dune::XT::LA::internal::IstlSolverTraits::MatrixOperatorType

type Dune::XT::LA::internal::IstlSolverTraits::MatrixOperatorType

No documentation provided.

Type alias Dune::XT::LA::internal::IstlSolverTraits::ScalarproductType

type Dune::XT::LA::internal::IstlSolverTraits::ScalarproductType

No documentation provided.

Function template Dune::XT::LA::internal::IstlSolverTraits::make_preconditioner

template<class S, class CommunicatorType>
template<class SequentialPreconditionerType>
static std::shared_ptr<BlockPreconditioner<IstlVectorType, IstlVectorType, CommunicatorType, SequentialPreconditionerType>> Dune::XT::LA::internal::IstlSolverTraits<S, CommunicatorType>::make_preconditioner(const std::shared_ptr<SequentialPreconditionerType> &seq_preconditioner, const CommunicatorType &communicator)

No documentation provided.