|
dune-functions 2.9.1
|
Loading...
Searching...
No Matches
localfunction.hh
Go to the documentation of this file.
28template<class Signature, class LocalContext, template<class> class DerivativeTraits=DefaultDerivativeTraits, size_t bufferSize=56>
86template<class Range, class Domain, class LocalContext, template<class> class DerivativeTraits, size_t bufferSize>
89 typename Imp::LocalFunctionTraits<Range(Domain), LocalContext, DerivativeTraits, bufferSize>::Concept,
90 Imp::LocalFunctionTraits<Range(Domain), LocalContext, DerivativeTraits, bufferSize>::template Model>
92 using Traits = Imp::LocalFunctionTraits<Range(Domain), LocalContext, DerivativeTraits, bufferSize>;
friend DerivativeInterface derivative(const LocalFunction &t)
Get derivative of wrapped function.
Definition localfunction.hh:135
STL namespace.
virtual void operator()()=0
Definition localfunction.hh:30
const LocalContext & localContext() const
Obtain local context this LocalFunction is bound to.
Definition localfunction.hh:169
LocalFunction(F &&f)
Construct from function.
Definition localfunction.hh:112
void unbind()
Unbind from local context.
Definition localfunction.hh:154
bool bound() const
Return if the local function is bound to a grid element.
Definition localfunction.hh:161
void bind(const LocalContext &context)
Bind function to a local context.
Definition localfunction.hh:146
LocalFunction()=default
Base class for type-erased interface wrapper.
Definition typeerasure.hh:165
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8