dune-pdelab
2.5-dev
|
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 Dune::PDELab::GridFunctionTraits< GV, RF, n, Dune::FieldVector< RF, n > > ::GridViewType | GridViewType |
Type of the GridView. More... | |
Public Member Functions | |
LocalCallableToInstationaryGridFunctionAdapter (const GV &gv_, const F &f_, P &p_) | |
construct from grid view More... | |
const GV & | getGridView () |
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... | |
void | setTime (RF t) |
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... | |
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 |
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.
|
inline |
evaluate extended function on element
|
inlineinherited |
get a reference to the GridView
|
inline |
get a reference to the grid view
|
inlineinherited |
Set the data set type of this function.
|
inline |