AMDiS 2.11-git
The Adaptive Multi-Dimensional Simulation Toolbox
 
Loading...
Searching...
No Matches
ComposerVectorGridFunction< Sig, EntitySet, Functor, GridFct > Class Template Reference

Detailed Description

template<class Sig, class EntitySet, class Functor, class GridFct>
class AMDiS::ComposerVectorGridFunction< Sig, EntitySet, Functor, GridFct >

Composition of GridFunctions g_i by applying a functor f locally, i.e. locally it is evaluated \( f([g_0(x), g_1(x), ...]) \)

Template Parameters
SigSignature of the GridFunction
EntitySetThe EntitySet this GridFunction is defined on
FunctorThe type of the outer functor f
GridFctType of the GridFunction g_i

Requirements:

  • arity(f) == 1
  • arity(g_i) == arity(g_j) for i != j
  • g_i models concept GridFunction

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