gemseo.problems.uncertainty.wing_weight.discipline module#
The discipline of the wing weight problem.
- class WingWeightDiscipline[source]#
Bases:
AnalyticDisciplineThe discipline of the wing weight problem.
Examples
>>> from gemseo.disciplines.analytic import AnalyticDiscipline >>> discipline = AnalyticDiscipline({"y_1": "2*x**2", "y_2": "4*x**2+5+z**3"})
- execution_statistics: ExecutionStatistics#
The execution statistics of the process.
- execution_status: ExecutionStatus#
The execution status of the process.
- jac: JacobianData#
The Jacobian matrices of the outputs.
The structure is
{output_name: {input_name: jacobian_matrix}}.