gemseo.core.mdo_functions.offset module#

A function evaluating another one with an offset.

class Offset(value, mdo_function)[source]#

Bases: MDOFunction

Wrap an MDOFunction plus an offset value.

Parameters:
  • value (NumberArray | Number) -- The offset value.

  • mdo_function (MDOFunction) -- The original MDOFunction object.