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)
f_type (MDOFunction.FunctionType) --
By default it is set to "".