Class template Dune::XT::Functions::InverseElementFunction

Inherits from Dune::XT::Functions::ElementFunctionInterface.

template<class ElementFunctionType>
class Dune::XT::Functions::InverseElementFunction : public ElementFunctionInterface<typename ElementFunctionType::E, internal::InverseFunctionHelper<ElementFunctionType>::r, internal::InverseFunctionHelper<ElementFunctionType>::rC, typename internal::InverseFunctionHelper<ElementFunctionType>::R>

Element function that returns the (scalar or matrix) inverse of another element function’s value.

void Dune::XT::Functions::InverseElementFunction::post_bind(const ElementType &element) final

No documentation provided.

int Dune::XT::Functions::InverseElementFunction::order(const XT::Common::Parameter& = <recovery-expr>({})) const final

No documentation provided.

RangeReturnType Dune::XT::Functions::InverseElementFunction::evaluate(const DomainType &xx, const Common::Parameter &param = <recovery-expr>({})) const final

No documentation provided.

template<>
Dune::XT::Functions::InverseElementFunction::InverseElementFunction<ElementFunctionType>(ElementFunctionType &func, const int ord)

No documentation provided.

template<>
Dune::XT::Functions::InverseElementFunction::InverseElementFunction<ElementFunctionType>(std::shared_ptr<ElementFunctionType> func, const int ord)

No documentation provided.

template<>
Dune::XT::Functions::InverseElementFunction::InverseElementFunction<ElementFunctionType>(int &&func, const int ord)

No documentation provided.

XT::Common::StorageProvider<ElementFunctionType> Dune::XT::Functions::InverseElementFunction::func_

No documentation provided.

const int Dune::XT::Functions::InverseElementFunction::order_

No documentation provided.

type Dune::XT::Functions::InverseElementFunction::BaseType

No documentation provided.

type Dune::XT::Functions::InverseElementFunction::Helper

No documentation provided.