Class template Dune::GDT::Operator

template<class AGV, size_t s_r, size_t s_rC, size_t r_r, size_t r_rC, class F, class M, class SGV, class RGV>
class Dune::GDT::Operator

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

auto Dune::GDT::Operator::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

auto Dune::GDT::Operator::with(VectorType &source_vector, 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::Operator::range_space() const override

\ {

Required by OperatorInterface

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

No documentation provided.

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

No documentation provided.

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

\ }

Required by OperatorInterface

\ {

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

No documentation provided.

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

Simply redirects to apply(source_function, range_vector) to avoid the base interpolation + redirect

int Dune::GDT::Operator::all_jacobian_options() const override

No documentation provided.

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

No documentation provided.

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

\ }

These methods allow to append local operators

\ {

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

No documentation provided.

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

No documentation provided.

template<>
Dune::GDT::Operator::Operator<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 bool requires_assembly = false, const std::string &logging_prefix = <recovery-expr>(""), const std::array<bool, 3> &logging_state = <recovery-expr>())

No documentation provided.

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

No documentation provided.

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

No documentation provided.

const SourceSpaceType &Dune::GDT::Operator::source_space_

No documentation provided.

const RangeSpaceType &Dune::GDT::Operator::range_space_

No documentation provided.

bool Dune::GDT::Operator::requires_assembly_

No documentation provided.

bool Dune::GDT::Operator::linear_

No documentation provided.

type Dune::GDT::Operator::ThisType

No documentation provided.

type Dune::GDT::Operator::BaseType

No documentation provided.

type Dune::GDT::Operator::ElementFilterType

No documentation provided.

type Dune::GDT::Operator::IntersectionFilterType

No documentation provided.

type Dune::GDT::Operator::ApplyOnAllElements

No documentation provided.

type Dune::GDT::Operator::ApplyOnAllIntersections

No documentation provided.

type Dune::GDT::Operator::LocalElementOperatorType

No documentation provided.