Class template Dune::XT::Functions::CombinedConstElementFunction¶
Inherits from Dune::XT::Functions::ElementFunctionInterface.
-
template<class LeftType, class RightType, typename comb>
class Dune::XT::Functions::CombinedConstElementFunction<LeftType, RightType, comb> : public ElementFunctionInterface<typename LeftType::E, internal::CombinedHelper<LeftType, RightType, comb>::r, internal::CombinedHelper<LeftType, RightType, comb>::rC, typename internal::CombinedHelper<LeftType, RightType, comb>::R>¶ Element function combining two given (const) element functions by the operation comb, without taking ownership of or rebinding the operands (binds itself only when both operands are already bound to the same element).
Method Dune::XT::Functions::CombinedConstElementFunction::post_bind¶
-
template<class LeftType, class RightType, typename comb>
void Dune::XT::Functions::CombinedConstElementFunction<LeftType, RightType, comb>::post_bind(const ElementType&) override¶ No documentation provided.
Method Dune::XT::Functions::CombinedConstElementFunction::order¶
Method Dune::XT::Functions::CombinedConstElementFunction::evaluate¶
Method Dune::XT::Functions::CombinedConstElementFunction::jacobian¶
Method Dune::XT::Functions::CombinedConstElementFunction::bind_if_arguments_were_bound¶
-
template<class LeftType, class RightType, typename comb>
void Dune::XT::Functions::CombinedConstElementFunction<LeftType, RightType, comb>::bind_if_arguments_were_bound()¶ No documentation provided.
Constructor Dune::XT::Functions::CombinedConstElementFunction::CombinedConstElementFunction<LeftType, RightType, comb>¶
Constructor Dune::XT::Functions::CombinedConstElementFunction::CombinedConstElementFunction<LeftType, RightType, comb>¶
Constructor Dune::XT::Functions::CombinedConstElementFunction::CombinedConstElementFunction<LeftType, RightType, comb>¶
No documentation provided.
Constructor Dune::XT::Functions::CombinedConstElementFunction::CombinedConstElementFunction<LeftType, RightType, comb>¶
Constructor Dune::XT::Functions::CombinedConstElementFunction::CombinedConstElementFunction<LeftType, RightType, comb>¶
Constructor Dune::XT::Functions::CombinedConstElementFunction::CombinedConstElementFunction<LeftType, RightType, comb>¶
Field Dune::XT::Functions::CombinedConstElementFunction::left_¶
-
Common::ConstStorageProvider<LeftType> Dune::XT::Functions::CombinedConstElementFunction::left_¶
No documentation provided.
Field Dune::XT::Functions::CombinedConstElementFunction::right_¶
-
Common::ConstStorageProvider<RightType> Dune::XT::Functions::CombinedConstElementFunction::right_¶
No documentation provided.
Field Dune::XT::Functions::CombinedConstElementFunction::bind_is_temporarily_ok_¶
-
bool Dune::XT::Functions::CombinedConstElementFunction::bind_is_temporarily_ok_¶
No documentation provided.
Type alias Dune::XT::Functions::CombinedConstElementFunction::ThisType¶
-
type Dune::XT::Functions::CombinedConstElementFunction::ThisType¶
No documentation provided.
Type alias Dune::XT::Functions::CombinedConstElementFunction::BaseType¶
-
type Dune::XT::Functions::CombinedConstElementFunction::BaseType¶
No documentation provided.
Type alias Dune::XT::Functions::CombinedConstElementFunction::Helper¶
-
type Dune::XT::Functions::CombinedConstElementFunction::Helper¶
No documentation provided.