|
KASKADE 7 development version
|
A function that supports efficient evaluation via cell and local coordinate. More...
#include <concepts.hh>
A function that supports efficient evaluation via cell and local coordinate.
This interface is provided by finite element functions (see Kaskade::FunctionSpaceElement), but can also be used to provide various analytically defined functions.
Definition at line 601 of file concepts.hh.
Public Member Functions | |
| Dune::FieldVector< unspecified, unspecified > | value (Cell const &cell, Position const &xloc) const |
| Evaluates the function view. More... | |
| Dune::FieldVector< unspecified, unspecified > WeakFunctionView::value | ( | Cell const & | cell, |
| Position const & | xloc | ||
| ) | const |
Evaluates the function view.
| cell | a codim 0 entity in the grid |
| xloc | the local coordinate at the evaluation point in the cell |