Class template Dune::GDT::LocalElementFunctionalAccumulator

Inherits from Dune::XT::Grid::ElementFunctor.

template<class GridView, size_t r = 1, size_t rC = 1, class R = double, class F = double>
class Dune::GDT::LocalElementFunctionalAccumulator : public XT::Grid::ElementFunctor<GridView>

Note

See also LocalElementFunctionalInterface for a description of some of the template arguments.

See also: make_local_element_functional_accumulator, LocalElementFunctionalInterface, LocalizableFunctionalBase

BaseType *Dune::GDT::LocalElementFunctionalAccumulator::copy() final override

No documentation provided.

void Dune::GDT::LocalElementFunctionalAccumulator::apply_local(const ElementType &element) final override

No documentation provided.

void Dune::GDT::LocalElementFunctionalAccumulator::finalize() final override

No documentation provided.

const ResultType &Dune::GDT::LocalElementFunctionalAccumulator::result() const

No documentation provided.

void Dune::GDT::LocalElementFunctionalAccumulator::set_result(const ResultType &res)

No documentation provided.

template<>
Dune::GDT::LocalElementFunctionalAccumulator::LocalElementFunctionalAccumulator<GridView, r, rC, R, F>(const int &local_functional, const int &source, const XT::Common::Parameter &param = <recovery-expr>({}))

No documentation provided.

template<>
Dune::GDT::LocalElementFunctionalAccumulator::LocalElementFunctionalAccumulator<GridView, r, rC, R, F>(const ThisType &other)

No documentation provided.

template<>
Dune::GDT::LocalElementFunctionalAccumulator::LocalElementFunctionalAccumulator<GridView, r, rC, R, F>(ThisType &&other) noexcept = default

No documentation provided.

const int Dune::GDT::LocalElementFunctionalAccumulator::local_functional_

No documentation provided.

const int Dune::GDT::LocalElementFunctionalAccumulator::source_

No documentation provided.

ResultType Dune::GDT::LocalElementFunctionalAccumulator::result_

No documentation provided.

const XT::Common::Parameter Dune::GDT::LocalElementFunctionalAccumulator::param_

No documentation provided.

int Dune::GDT::LocalElementFunctionalAccumulator::local_source_

No documentation provided.

int Dune::GDT::LocalElementFunctionalAccumulator::functional_value_

No documentation provided.

type Dune::GDT::LocalElementFunctionalAccumulator::ThisType

No documentation provided.

type Dune::GDT::LocalElementFunctionalAccumulator::BaseType

No documentation provided.

type Dune::GDT::LocalElementFunctionalAccumulator::ResultType

No documentation provided.