|
dune-pdelab
2.5-dev
|
#include <dune/pdelab/common/functionwrappers.hh>

Public Types | |
| typedef F0::Traits | Traits |
| typedef GridFunctionTag | ImplementationTag |
| typedef F0::Traits ::GridViewType | GridViewType |
| Type of the GridView. More... | |
| using | Output = typename Base::Output |
Public Member Functions | |
| template<typename... F> | |
| PointwiseGridFunctionAdapter (const Engine &engine_, const F &... functions) | |
| construct a PointwiseGridFunctionAdapter More... | |
| void | evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
| const Traits::GridViewType & | getGridView () const |
| 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... | |
A function wrapper which can map a set of gridfunctions through an PointwiseAdapterEngine
| Engine | The type of the engine |
| FN | The types of the functions. Currently, N up to 9 is supported. |
|
inherited |
Type of the GridView.
|
inherited |
|
inherited |
| typedef F0::Traits Dune::PDELab::PointwiseGridFunctionAdapter< Engine, F0, Functions >::Traits |
|
inline |
construct a PointwiseGridFunctionAdapter
| engine_ | A reference to the engine. The referenced engine object must live at least as long as this adapter object is used for evaluation. |
| f0_ | Reference to the first function. |
| ... | References to the other functions. These referenced function objects must live at least as long as this adapter object is used for evaluation. Currently, up to 9 functions are supported. |
|
inlineinherited |
Return the data set type of this function.
|
inline |
|
inline |
|
inlineinherited |
get a reference to the GridView
|
inlineinherited |
Set the data set type of this function.
1.8.17