dune-pdelab
2.4.1
|
#include <dune/pdelab/common/functionwrappers.hh>
Public Types | |
typedef F0::Traits | Traits |
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 |
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. |
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 |
Set the data set type of this function.