gemseo.core.mdo_functions.concatenate module#
A function evaluating other functions and concatenating their outputs.
- class Concatenate(functions, name, f_type=FunctionType.NONE)[source]#
Bases:
MDOFunctionWrap the concatenation of a set of functions.
- Parameters:
functions (Iterable[MDOFunction]) -- The functions to be concatenated.
name (str) -- The name of the function.
f_type (MDOFunction.FunctionType) --
The type of the function.
By default it is set to "".