dune-fem 2.8.0
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
Dune::Fem::LocalInterface< ParamT >::AddToWrapper< OpType > Struct Template Reference

#include <dune/fem/space/common/datacollector.hh>

Static Public Member Functions

static void applyWrapper (MyType &m, ParamType &p)
 applyWrapper knows the real type of Op
 
static void addToList (ListType &vec, const OpType &op)
 

Member Function Documentation

◆ addToList()

template<class ParamT >
template<class OpType >
static void Dune::Fem::LocalInterface< ParamT >::AddToWrapper< OpType >::addToList ( ListType vec,
const OpType &  op 
)
inlinestatic

store pointer to Op /as a pointer to interface class and store a pointer to applyWrapper as a function pointer

◆ applyWrapper()

template<class ParamT >
template<class OpType >
static void Dune::Fem::LocalInterface< ParamT >::AddToWrapper< OpType >::applyWrapper ( MyType m,
ParamType p 
)
inlinestatic

applyWrapper knows the real type of Op


The documentation for this struct was generated from the following file: