dune-pdelab
2.5-dev
|
Adapter for callables f(e,x) expecting an entity e and a global coordinate 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 Dune::PDELab::GridFunctionTraits< GV, RF, n, Dune::FieldVector< RF, n > > ::GridViewType | GridViewType |
Type of the GridView. More... | |
using | Output = typename Base::Output |
Public Member Functions | |
LocalCallableToGridFunctionAdapter (const GV &gv_, const F &f_) | |
construct from grid view More... | |
const GV & | getGridView () const |
get a reference to the grid view More... | |
void | evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &xl, typename Traits::RangeType &y) const |
evaluate extended function on element More... | |
const Traits::GridViewType & | getGridView () const |
get a reference to the GridView More... | |
Output::DataSetType | dataSetType () const |
Return the data set type of this function. More... | |
void | setDataSetType (Output::DataSetType dataSetType) |
Set the data set type of this function. More... | |
Adapter for callables f(e,x) expecting an entity e and a global coordinate x.
|
inherited |
Type of the GridView.
|
inherited |
|
inherited |
typedef Dune::PDELab:: GridFunctionTraits<GV,RF,n,Dune::FieldVector<RF,n> > Dune::PDELab::LocalCallableToGridFunctionAdapter< GV, RF, n, F >::Traits |
|
inline |
construct from grid view
|
inlineinherited |
Return the data set type of this function.
|
inline |
evaluate extended function on element
|
inline |
get a reference to the grid view
|
inlineinherited |
get a reference to the GridView
|
inlineinherited |
Set the data set type of this function.