|
dune-pdelab 2.7-git
|
return a PDELab GridFunction (with setTime method) defined by a parameter class and a callable f(e,x) that expects an entity e and local coordinates x More...
#include <dune/pdelab/function/callableadapter.hh>

Public Types | |
| typedef Dune::PDELab::GridFunctionTraits< GV, RF, n, Dune::FieldVector< RF, n > > | Traits |
| typedef GridFunctionTag | ImplementationTag |
| typedef T::GridViewType | GridViewType |
| Type of the GridView. | |
| using | Output = typename Base::Output |
Public Member Functions | |
| LocalCallableToInstationaryGridFunctionAdapter (const GV &gv_, const F &f_, P &p_) | |
| construct from grid view | |
| const GV & | getGridView () const |
| get a reference to the grid view | |
| void | evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &xl, typename Traits::RangeType &y) const |
| evaluate extended function on element | |
| void | setTime (RF t) |
| void | evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
| Evaluate the GridFunction at given position. | |
| Output::DataSetType | dataSetType () const |
| Return the data set type of this function. | |
| void | setDataSetType (Output::DataSetType dataSetType) |
| Set the data set type of this function. | |
return a PDELab GridFunction (with setTime method) defined by a parameter class and a callable f(e,x) that expects an entity e and local coordinates x
|
inherited |
Type of the GridView.
|
inherited |
|
inherited |
| typedef Dune::PDELab:: GridFunctionTraits<GV,RF,n,Dune::FieldVector<RF,n> > Dune::PDELab::LocalCallableToInstationaryGridFunctionAdapter< GV, RF, n, F, P >::Traits |
|
inline |
construct from grid view
|
inlineinherited |
Return the data set type of this function.
|
inlineinherited |
Evaluate the GridFunction at given position.
Evaluates components of the grid function at the given position and returns these values in a vector.
| [in] | e | The entity to evaluate on |
| [in] | x | The position in entity-local coordinates |
| [out] | y | The result of the evaluation |
|
inline |
evaluate extended function on element
|
inline |
get a reference to the grid view
|
inlineinherited |
Set the data set type of this function.
|
inline |