|
dune-pdelab
2.5-dev
|
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. More... | |
| void | evaluate (const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
| Evaluate the local function at the given position. More... | |
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 |
1.8.17