Class template Dune::GDT::ConstMatrixOperator

Inherits from Dune::GDT::OperatorInterface.

template<class AGV, size_t s_r = 1, size_t s_rC = 1, size_t r_r = s_r, size_t r_rC = s_rC, class F = double, class M = XT::LA::IstlRowMajorSparseMatrix<F>, class SGV = AGV, class RGV = AGV>
class Dune::GDT::ConstMatrixOperator : public OperatorInterface<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>

Base class for linear operators which are given by an assembled matrix.

Note

See OperatorInterface for a description of the template arguments.

See also: OperatorInterface, MatrixOperator

const RangeSpaceType &Dune::GDT::ConstMatrixOperator::range_space() const override

\ {

Required by OperatorInterface.

bool Dune::GDT::ConstMatrixOperator::linear() const final override

No documentation provided.

const SourceSpaceType &Dune::GDT::ConstMatrixOperator::source_space() const override

\ }

Required by OperatorInterface.

\ {

const AssemblyGridViewType &Dune::GDT::ConstMatrixOperator::assembly_grid_view() const override

No documentation provided.

void Dune::GDT::ConstMatrixOperator::apply(const VectorType &source, VectorType &range, const XT::Common::Parameter &param = <recovery-expr>({})) const override

No documentation provided.

int Dune::GDT::ConstMatrixOperator::all_jacobian_options() const final override

No documentation provided.

void Dune::GDT::ConstMatrixOperator::jacobian(const VectorType &source, MatrixOperatorType &jacobian_op, const XT::Common::Configuration &opts, const XT::Common::Parameter &param = <recovery-expr>({})) const override

No documentation provided.

int Dune::GDT::ConstMatrixOperator::all_invert_options() const final override

No documentation provided.

void Dune::GDT::ConstMatrixOperator::apply_inverse(const VectorType &range, VectorType &source, const XT::Common::Configuration &opts, const XT::Common::Parameter &param = <recovery-expr>({})) const override

No documentation provided.

const MatrixType &Dune::GDT::ConstMatrixOperator::matrix() const

\ }

template<>
Dune::GDT::ConstMatrixOperator::ConstMatrixOperator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>(const AssemblyGridViewType assembly_grid_vw, const SourceSpaceType &source_spc, const RangeSpaceType &range_spc, const MatrixType &mat, const std::string &logging_prefix = <recovery-expr>(""), const std::array<bool, 3> &logging_state = <recovery-expr>())

No documentation provided.

template<>
Dune::GDT::ConstMatrixOperator::ConstMatrixOperator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>(const ThisType &other)

No documentation provided.

template<>
Dune::GDT::ConstMatrixOperator::ConstMatrixOperator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>(ThisType &&source) noexcept

No documentation provided.

const AssemblyGridViewType Dune::GDT::ConstMatrixOperator::assembly_grid_view_

No documentation provided.

const SourceSpaceType &Dune::GDT::ConstMatrixOperator::source_space_

No documentation provided.

const RangeSpaceType &Dune::GDT::ConstMatrixOperator::range_space_

No documentation provided.

const MatrixType &Dune::GDT::ConstMatrixOperator::matrix_

No documentation provided.

const XT::LA::Solver<MatrixType, typename SourceSpaceType::DofCommunicatorType> Dune::GDT::ConstMatrixOperator::linear_solver_

No documentation provided.

type Dune::GDT::ConstMatrixOperator::ThisType

No documentation provided.

type Dune::GDT::ConstMatrixOperator::BaseType

No documentation provided.