Skip to content

Upgrade to XDSMjs 0.7.0

Rémi Lafage edited this page Dec 4, 2019 · 1 revision
  • No more difference between function and analysis types, use of function is recommended and analysis type is deprecated.
  • No difference between mdo and sub-optimization types, use of sub-optimization is recommended as mdo type is deprecated.
  • Use of _scn- pattern in the name of an mdo node to specify scn- sub XDSM is deprecated, specify the sub XDSM id with the property subxdsm. Example:
      {
        "type": "sub-optimization_multi",
        "id": "Mdo",
        "name": "DisciplineOptimization_i",
        "subxdsm": "subopt-i"
      }
Clone this wiki locally