Class template Dune::GDT::GenericLocalElementOperator

Inherits from Dune::GDT::LocalElementOperatorInterface.

template<class SV, class SGV, size_t s_r = 1, size_t s_rC = 1, class SF = double, size_t r_r = s_r, size_t r_rC = s_rC, class RF = SF, class RGV = SGV, class RV = SV>
class Dune::GDT::GenericLocalElementOperator : public LocalElementOperatorInterface<SV, SGV, s_r, s_rC, SF, r_r, r_rC, RF, RGV, RV>

Note

See LocalElementOperatorInterface for a description of the template arguments.

See also: LocalElementOperatorInterface, std::function

int Dune::GDT::GenericLocalElementOperator::copy() const final override

No documentation provided.

void Dune::GDT::GenericLocalElementOperator::apply(LocalRangeType &local_range, const XT::Common::Parameter &param = <recovery-expr>({})) const final override

No documentation provided.

template<>
Dune::GDT::GenericLocalElementOperator::GenericLocalElementOperator<SV, SGV, s_r, s_rC, SF, r_r, r_rC, RF, RGV, RV>(GenericFunctionType func, const size_t num_local_sources = 0, const XT::Common::ParameterType &param_type = {})

No documentation provided.

template<>
Dune::GDT::GenericLocalElementOperator::GenericLocalElementOperator<SV, SGV, s_r, s_rC, SF, r_r, r_rC, RF, RGV, RV>(const SourceType &source, GenericFunctionType func, const size_t num_local_sources = 0, const XT::Common::ParameterType &param_type = {})

No documentation provided.

template<>
Dune::GDT::GenericLocalElementOperator::GenericLocalElementOperator<SV, SGV, s_r, s_rC, SF, r_r, r_rC, RF, RGV, RV>(const ThisType &other)

No documentation provided.

const GenericFunctionType Dune::GDT::GenericLocalElementOperator::func_

No documentation provided.

type Dune::GDT::GenericLocalElementOperator::ThisType

No documentation provided.

type Dune::GDT::GenericLocalElementOperator::BaseType

No documentation provided.

type Dune::GDT::GenericLocalElementOperator::GenericFunctionType

No documentation provided.