Class template Dune::GDT::ForwardOperator

Inherits from Dune::GDT::ForwardOperatorInterface.

template<class AssemblyGridView, 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 V = XT::LA::IstlDenseVector<F>, class SGV = AssemblyGridView, class RGV = AssemblyGridView>
class Dune::GDT::ForwardOperator : public ForwardOperatorInterface<SGV, s_r, s_rC, r_r, r_rC, F, V, RGV>

Operator built up from local element and intersection operators, applied by walking the assembly grid view.

const AssemblyGridViewType &Dune::GDT::ForwardOperator::assembly_grid_view() const

No documentation provided.

auto Dune::GDT::ForwardOperator::with(SourceFunctionType source_function, VectorType &range_vector, const XT::Common::Parameter &param = <recovery-expr>({})) const

allows to fix the arguments to apply(), the resulting assembler can be appended to a GridWalker

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

\ {

Required by ForwardOperatorInterface

bool Dune::GDT::ForwardOperator::linear() const override

No documentation provided.

void Dune::GDT::ForwardOperator::apply(SourceFunctionType source_function, VectorType &range_vector, const XT::Common::Parameter &param = <recovery-expr>({})) const override

No documentation provided.

ThisType &Dune::GDT::ForwardOperator::operator+=(const LocalElementOperatorType &local_operator)

\ }

These methods allow to append local operators

\ {

ThisType &Dune::GDT::ForwardOperator::operator+=(const std::pair<const LocalElementOperatorType&, const ElementFilterType&> &local_operator__filter)

No documentation provided.

ThisType &Dune::GDT::ForwardOperator::operator+=(const int &local_operator)

No documentation provided.

template<>
Dune::GDT::ForwardOperator::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV>(const AssemblyGridViewType &assembly_grid_vw, const RangeSpaceType &range_spc, const std::string &logging_prefix = <recovery-expr>(""), const std::array<bool, 3> &logging_state = <recovery-expr>())

No documentation provided.

template<>
Dune::GDT::ForwardOperator::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV>(const ThisType &other)

No documentation provided.

template<>
Dune::GDT::ForwardOperator::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV>(ThisType &&source) noexcept = default

No documentation provided.

const RangeSpaceType &Dune::GDT::ForwardOperator::range_space_

No documentation provided.

bool Dune::GDT::ForwardOperator::linear_

No documentation provided.

type Dune::GDT::ForwardOperator::ThisType

No documentation provided.

type Dune::GDT::ForwardOperator::BaseType

No documentation provided.

type Dune::GDT::ForwardOperator::AssemblyGridViewType

No documentation provided.

type Dune::GDT::ForwardOperator::AGV

No documentation provided.

type Dune::GDT::ForwardOperator::ElementFilterType

No documentation provided.

type Dune::GDT::ForwardOperator::IntersectionFilterType

No documentation provided.

type Dune::GDT::ForwardOperator::ApplyOnAllElements

No documentation provided.

type Dune::GDT::ForwardOperator::ApplyOnAllIntersections

No documentation provided.

type Dune::GDT::ForwardOperator::LocalElementOperatorType

No documentation provided.

template<class MatrixType>
auto Dune::GDT::ForwardOperator::with(const SpaceInterface<SGV, s_r, s_rC, F> &source_space) const

allows to obtain the corresponding Operator