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<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV> : 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
Method Dune::GDT::ConstMatrixOperator::range_space¶
-
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>
const RangeSpaceType &Dune::GDT::ConstMatrixOperator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>::range_space() const override¶ \ {
Required by OperatorInterface.
Method Dune::GDT::ConstMatrixOperator::linear¶
-
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>
bool Dune::GDT::ConstMatrixOperator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>::linear() const final override¶ No documentation provided.
Method Dune::GDT::ConstMatrixOperator::source_space¶
-
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>
const SourceSpaceType &Dune::GDT::ConstMatrixOperator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>::source_space() const override¶ \ }
Required by OperatorInterface.
\ {
Method Dune::GDT::ConstMatrixOperator::assembly_grid_view¶
-
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>
const AssemblyGridViewType &Dune::GDT::ConstMatrixOperator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>::assembly_grid_view() const override¶ No documentation provided.
Method Dune::GDT::ConstMatrixOperator::apply¶
-
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>
void Dune::GDT::ConstMatrixOperator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>::apply(const VectorType &source, VectorType &range, const XT::Common::Parameter ¶m) const override¶ No documentation provided.
Method Dune::GDT::ConstMatrixOperator::all_jacobian_options¶
-
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>
int Dune::GDT::ConstMatrixOperator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>::all_jacobian_options() const final override¶ No documentation provided.
Method Dune::GDT::ConstMatrixOperator::jacobian¶
-
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>
void Dune::GDT::ConstMatrixOperator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>::jacobian(const VectorType &source, MatrixOperatorType &jacobian_op, const XT::Common::Configuration &opts, const XT::Common::Parameter ¶m) const override¶ No documentation provided.
Method Dune::GDT::ConstMatrixOperator::all_invert_options¶
-
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>
int Dune::GDT::ConstMatrixOperator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>::all_invert_options() const final override¶ No documentation provided.
Method Dune::GDT::ConstMatrixOperator::apply_inverse¶
-
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>
void Dune::GDT::ConstMatrixOperator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>::apply_inverse(const VectorType &range, VectorType &source, const XT::Common::Configuration &opts, const XT::Common::Parameter ¶m) const override¶ No documentation provided.
Method Dune::GDT::ConstMatrixOperator::matrix¶
-
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>
const MatrixType &Dune::GDT::ConstMatrixOperator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>::matrix() const¶ \ }
Constructor Dune::GDT::ConstMatrixOperator::ConstMatrixOperator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>¶
-
template<>
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>
Dune::GDT::ConstMatrixOperator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>::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, const std::array<bool, 3> &logging_state = XT::Common::default_logger_state())¶ No documentation provided.
Constructor Dune::GDT::ConstMatrixOperator::ConstMatrixOperator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>¶
-
template<>
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>
Dune::GDT::ConstMatrixOperator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>::ConstMatrixOperator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>(const ThisType &other)¶ No documentation provided.
Constructor Dune::GDT::ConstMatrixOperator::ConstMatrixOperator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>¶
-
template<>
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>
Dune::GDT::ConstMatrixOperator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>::ConstMatrixOperator<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV>(ThisType &&source) noexcept¶ No documentation provided.
Field Dune::GDT::ConstMatrixOperator::assembly_grid_view_¶
-
const AssemblyGridViewType Dune::GDT::ConstMatrixOperator::assembly_grid_view_¶
No documentation provided.
Field Dune::GDT::ConstMatrixOperator::source_space_¶
-
const SourceSpaceType &Dune::GDT::ConstMatrixOperator::source_space_¶
No documentation provided.
Field Dune::GDT::ConstMatrixOperator::range_space_¶
-
const RangeSpaceType &Dune::GDT::ConstMatrixOperator::range_space_¶
No documentation provided.
Field Dune::GDT::ConstMatrixOperator::matrix_¶
-
const MatrixType &Dune::GDT::ConstMatrixOperator::matrix_¶
No documentation provided.
Field Dune::GDT::ConstMatrixOperator::linear_solver_¶
-
const XT::LA::Solver<MatrixType, typename SourceSpaceType::DofCommunicatorType> Dune::GDT::ConstMatrixOperator::linear_solver_¶
No documentation provided.
Type alias Dune::GDT::ConstMatrixOperator::ThisType¶
-
type Dune::GDT::ConstMatrixOperator::ThisType¶
No documentation provided.
Type alias Dune::GDT::ConstMatrixOperator::BaseType¶
-
type Dune::GDT::ConstMatrixOperator::BaseType¶
No documentation provided.