gemseo.problems.uncertainty.ishigami.ishigami_discipline module#
The Ishigami function as a discipline.
- class IshigamiDiscipline[source]#
Bases:
Discipline
The Ishigami function as a discipline.
- 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}}
.