|
dune-pdelab 2.9
|
Loading...
Searching...
No Matches
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
List of all members
Dune::PDELab::PointwiseGridFunctionAdapter< Engine, F0, Functions > Class Template Reference
#include <dune/pdelab/common/functionwrappers.hh>
Inheritance diagram for Dune::PDELab::PointwiseGridFunctionAdapter< Engine, F0, Functions >:

Public Types | |
| typedef F0::Traits | Traits |
| typedef GridFunctionTag | ImplementationTag |
| typedef T::GridViewType | GridViewType |
| Type of the GridView. | |
| using | Output = typename Base::Output |
| typedef LeafNodeTag | NodeTag |
Public Member Functions | |
| template<typename... F> | |
| PointwiseGridFunctionAdapter (const Engine &engine_, const F &... functions) | |
| construct a PointwiseGridFunctionAdapter | |
| 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. | |
| void | setDataSetType (Output::DataSetType dataSetType) |
| Set the data set type of this function. | |
Static Public Member Functions | |
| static constexpr auto | degree () |
Static Public Attributes | |
| static const bool | isLeaf |
| static const bool | isPower |
| static const bool | isComposite |
| static const std::size_t | CHILDREN |
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.
Member Typedef Documentation
◆ GridViewType
|
inherited |
Type of the GridView.
◆ ImplementationTag
|
inherited |
◆ Output
|
inherited |
◆ Traits
template<typename Engine , typename F0 , typename... Functions>
| typedef F0::Traits Dune::PDELab::PointwiseGridFunctionAdapter< Engine, F0, Functions >::Traits |
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.
Member Function Documentation
◆ dataSetType()
|
inlineinherited |
Return the data set type of this function.
◆ evaluate()
template<typename Engine , typename F0 , typename... Functions>
|
inline |
◆ getGridView()
template<typename Engine , typename F0 , typename... Functions>
|
inline |
◆ setDataSetType()
|
inlineinherited |
Set the data set type of this function.
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8