AMDiS  0.1
The Adaptive Multi-Dimensional Simulation Toolbox
AnalyticLocalFunction< R(D), LC, Function > Class Template Reference

Public Types

enum  { hasDerivative = true }
 This LocalFunction has its own derivativeOf() function.
 
using Domain = D
 The LocalDomain this LocalFunction can be evaluated in.
 
using Range = R
 The range type of the LocalFunction.
 

Public Member Functions

 AnalyticLocalFunction (Function const &fct)
 Constructor. stores the function fct.
 
void bind (LC const &element)
 Create a geometry object from the element.
 
void unbind ()
 Releases the geometry object.
 
Range operator() (Domain const &local) const
 Evaluate the function in global coordinate by a local-to-global mapping of the local coordinates using the bound geometry object.
 
Function const & fct () const
 

The documentation for this class was generated from the following file: