Composition of GridFunctions g_i by applying a functor f locally, i.e. locally it is evaluated \( f([g_0(x), g_1(x), ...]) \)
| Sig | Signature of the GridFunction |
| EntitySet | The EntitySet this GridFunction is defined on |
| Functor | The type of the outer functor f |
| GridFct | Type of the GridFunction g_i |
Requirements:
arity(f) == 1arity(g_i) == arity(g_j) for i != jg_i models concept GridFunction