|
dune-pdelab
2.5-dev
|
a Function that maps x in DomainType to y in RangeType More...
#include <dune/pdelab/common/function.hh>

Public Types | |
| typedef T | Traits |
| Export type traits. More... | |
Public Member Functions | |
| void | evaluate (const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
| Evaluate all basis function at given position. More... | |
a Function that maps x in DomainType to y in RangeType
| T | The type of the function traits |
| Imp | The type implementing the interface. |
| typedef T Dune::PDELab::FunctionInterface< T, Imp >::Traits |
Export type traits.
|
inline |
Evaluate all basis function at given position.
Evaluates all shape functions at the given position and returns these values in a vector.
1.8.17