utils module¶
A set of functions to handle disciplines.
- gemseo.disciplines.utils.get_all_inputs(disciplines, skip_scenarios=True)[source]¶
Return all the input names of the disciplines.
- gemseo.disciplines.utils.get_all_outputs(disciplines, skip_scenarios=True)[source]¶
Return all the output names of the disciplines.
Examples using get_all_inputs¶

Application: Sobieski’s Super-Sonic Business Jet (MDO)
Application: Sobieski's Super-Sonic Business Jet (MDO)
Examples using get_all_outputs¶

Application: Sobieski’s Super-Sonic Business Jet (MDO)
Application: Sobieski's Super-Sonic Business Jet (MDO)