dune-pdelab
2.7-git
|
make a LocalFunction from a GridFunction using local coordinates More...
#include <dune/pdelab/common/function.hh>
Public Types | |
typedef T::Traits | Traits |
Public Member Functions | |
GridFunctionToLocalFunctionAdapter (const T &t_, const typename Traits::ElementType &e_) | |
Create a GridFunctionToLocalFunctionAdapter. More... | |
void | evaluate (const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
Evaluate the local function at the given position. More... | |
make a LocalFunction from a GridFunction using local coordinates
T | type of the GridFunction |
typedef T::Traits Dune::PDELab::GridFunctionToLocalFunctionAdapter< T >::Traits |
|
inline |
Create a GridFunctionToLocalFunctionAdapter.
t_ | GridFunction |
e_ | Grid's element where the local function is defined |
|
inline |
Evaluate the local function at the given position.
[in] | x | The position in local coordinates |
[out] | y | The result of the evaluation |