Class template Dune::XT::Functions::InverseElementFunction¶
Inherits from Dune::XT::Functions::ElementFunctionInterface.
-
template<class ElementFunctionType>
class Dune::XT::Functions::InverseElementFunction<ElementFunctionType> : 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.
Method Dune::XT::Functions::InverseElementFunction::post_bind¶
-
template<class ElementFunctionType>
void Dune::XT::Functions::InverseElementFunction<ElementFunctionType>::post_bind(const ElementType &element) final¶ No documentation provided.
Method Dune::XT::Functions::InverseElementFunction::order¶
-
template<class ElementFunctionType>
int Dune::XT::Functions::InverseElementFunction<ElementFunctionType>::order(const XT::Common::Parameter&) const final¶ No documentation provided.
Method Dune::XT::Functions::InverseElementFunction::evaluate¶
-
template<class ElementFunctionType>
RangeReturnType Dune::XT::Functions::InverseElementFunction<ElementFunctionType>::evaluate(const DomainType &xx, const Common::Parameter ¶m) const final¶ No documentation provided.
Constructor Dune::XT::Functions::InverseElementFunction::InverseElementFunction<ElementFunctionType>¶
-
template<>
template<class ElementFunctionType>
Dune::XT::Functions::InverseElementFunction<ElementFunctionType>::InverseElementFunction<ElementFunctionType>(ElementFunctionType &func, const int ord)¶ No documentation provided.
Constructor Dune::XT::Functions::InverseElementFunction::InverseElementFunction<ElementFunctionType>¶
No documentation provided.
Constructor Dune::XT::Functions::InverseElementFunction::InverseElementFunction<ElementFunctionType>¶
-
template<>
template<class ElementFunctionType>
Dune::XT::Functions::InverseElementFunction<ElementFunctionType>::InverseElementFunction<ElementFunctionType>(int &&func, const int ord)¶ No documentation provided.
Field Dune::XT::Functions::InverseElementFunction::func_¶
-
XT::Common::StorageProvider<ElementFunctionType> Dune::XT::Functions::InverseElementFunction::func_¶
No documentation provided.
Field Dune::XT::Functions::InverseElementFunction::order_¶
-
const int Dune::XT::Functions::InverseElementFunction::order_¶
No documentation provided.
Type alias Dune::XT::Functions::InverseElementFunction::BaseType¶
-
type Dune::XT::Functions::InverseElementFunction::BaseType¶
No documentation provided.
Type alias Dune::XT::Functions::InverseElementFunction::Helper¶
-
type Dune::XT::Functions::InverseElementFunction::Helper¶
No documentation provided.