#include <dune/functions/gridfunctions/discretescalarglobalbasisfunction.hh>
§ Domain
template<typename Basis , typename V >
§ Element
template<typename Basis , typename V >
§ GlobalFunction
template<typename Basis , typename V >
§ Range
template<typename Basis , typename V >
§ LocalFunction()
template<typename Basis , typename V >
§ bind()
template<typename Basis , typename V >
Bind LocalFunction to grid element.
You must call this method before evaluate() and after changes to the coefficient vector.
§ localContext()
template<typename Basis , typename V >
§ operator()()
template<typename Basis , typename V >
Evaluate LocalFunction at bound element.
The result of this method is undefined if you did not call bind() beforehand or changed the coefficient vector after the last call to bind(). In the latter case you have to call bind() again in order to make operator() usable.
§ unbind()
template<typename Basis , typename V >
§ derivative
template<typename Basis , typename V >
The documentation for this class was generated from the following file: