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: MDOFunction

Wrap the concatenation of a set of functions.

Parameters: