OOF2: The Manual

Name

OOF.Mesh.ReorderSubproblems — Set the order in which subproblems will be solved.

Synopsis

OOF.Mesh.ReorderSubproblems(mesh,subproblems)

Details

  • Parent Menu: OOF.Mesh
  • Callback: function _setSubproblemOrder in module ooflib.engine.IO.meshmenu
  • Parameters:

    mesh
    Type: The path to an existing Mesh object.
    subproblems
    A list of Subproblem names in the order in which they should be solved. Type: A list of character strings.

Description

Set the order in which SubProblems will be addressed when solving multiple SubProblems simultaneously.

In the GUI, this command is invoked by the First, Earlier, Later, and Last buttons in the Solver pane in the Solver page.