gemseo.problems.mdo.sobieski.process.mda_jacobi module#

An MDA using the Jacobi algorithm for the Sobieski's SSBJ use case.

class SobieskiMDAJacobi(dtype=DataType.FLOAT, **settings)[source]#

Bases: MDAJacobi

An MDAJacobi for the Sobieski's SSBJ use case.

Initialize self. See help(type(self)) for accurate signature.

Parameters:
  • dtype (SobieskiBase.DataType) --

    The NumPy type for data arrays, either "float64" or "complex128".

    By default it is set to "float64".

  • **settings (Any) -- The settings of the MDA.