DUNE PDELab (git)
Dune::PDELab::PointwiseGridFunctionAdapter< Engine, F0, Functions > Class Template Reference
#include <dune/pdelab/common/functionwrappers.hh>
Public Types | |
typedef T::GridViewType | GridViewType |
Type of the GridView. | |
typedef LeafNodeTag | NodeTag |
The type tag that describes a LeafNode. | |
Public Member Functions | |
template<typename... F> | |
PointwiseGridFunctionAdapter (const Engine &engine_, const F &... functions) | |
construct a PointwiseGridFunctionAdapter More... | |
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. | |
Static Public Attributes | |
static const bool | isLeaf = true |
Mark this class as a leaf in a dune-typetree. | |
static const bool | isPower = false |
Mark this class as a non power in the dune-typetree. | |
static const bool | isComposite = false |
Mark this class as a non composite in the dune-typetree. | |
Detailed Description
template<typename Engine, typename F0, typename... Functions>
class Dune::PDELab::PointwiseGridFunctionAdapter< Engine, F0, Functions >
class Dune::PDELab::PointwiseGridFunctionAdapter< Engine, F0, Functions >
A function wrapper which can map a set of gridfunctions through an PointwiseAdapterEngine
- Template Parameters
-
Engine The type of the engine FN The types of the functions. Currently, N up to 9 is supported.
Constructor & Destructor Documentation
◆ PointwiseGridFunctionAdapter()
template<typename Engine , typename F0 , typename... Functions>
template<typename... F>
|
inline |
construct a PointwiseGridFunctionAdapter
- Parameters
-
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.
The documentation for this class was generated from the following file:
- dune/pdelab/common/functionwrappers.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)