leaf of a function tree
More...
#include <dune/pdelab/common/function.hh>
|
template<typename I > |
void | evaluate (const IntersectionGeometry< I > &ig, const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
| Evaluate the GridFunction at given position. More...
|
|
const Traits::GridViewType & | getGridView () const |
| get a reference to the GridView More...
|
|
template<class T, class Imp>
class Dune::PDELab::BoundaryGridFunctionBase< T, Imp >
leaf of a function tree
Classes derived from this class implement a GridFunctionTree.
- Template Parameters
-
T | Traits class holding the functions signature |
Imp | Class implementing the function. Imp must be derived from GridFunctionBase in some way (Barton-Nackman-Trick). |
◆ GridViewType
template<class T, class Imp>
◆ ImplementationTag
template<class T, class Imp>
◆ Traits
template<class T, class Imp>
Export type traits of the boundary grid function.
◆ evaluate()
template<class T, class Imp>
template<typename I >
Evaluate the GridFunction at given position.
Evaluates components of the grid function at the given position and returns these values in a vector.
- Parameters
-
[in] | ig | geometry of intersection with boundary |
[in] | x | The position in entity-local coordinates |
[out] | y | The result of the evaluation |
◆ getGridView()
template<class T, class Imp>
get a reference to the GridView
The documentation for this class was generated from the following file: