dune-pdelab 2.7-git
|
make a Function in local coordinates from a Function in global coordinates More...
#include <dune/pdelab/common/function.hh>
Public Types | |
typedef T::Traits | Traits |
Public Member Functions | |
GlobalFunctionToLocalFunctionAdapter (const T &t_, const E &e_) | |
Create a GlobalFunctionToLocalFunctionAdapter. | |
void | evaluate (const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
Evaluate the local function at the given position. | |
make a Function in local coordinates from a Function in global coordinates
T | Type of the global function |
E | Type of the grid's element |
typedef T::Traits Dune::PDELab::GlobalFunctionToLocalFunctionAdapter< T, E >::Traits |
|
inline |
Create a GlobalFunctionToLocalFunctionAdapter.
t_ | Global function |
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 |