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 >

A function wrapper which can map a set of gridfunctions through an PointwiseAdapterEngine

Template Parameters
EngineThe type of the engine
FNThe 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>
Dune::PDELab::PointwiseGridFunctionAdapter< Engine, F0, Functions >::PointwiseGridFunctionAdapter ( const Engine &  engine_,
const F &...  functions 
)
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:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 16, 22:29, 2024)