OOF2: The Manual

Name

OOF.Subproblem.Remove_Solver — Unspecify the solution method for a subproblem.

Synopsis

OOF.Subproblem.Remove_Solver(subproblem)

Details

  • Parent Menu: OOF.Subproblem
  • Callback: function _removeSolver in module ooflib.engine.IO.subproblemmenu
  • Parameters:

    subproblem
    Type: The path to an existing SubProblem object.

Description

Remove the solver from the given SubProblems. The SubProblem won't be solved unless a new solver is assigned by OOF.Subproblem.Set_Solver. To remove all solvers from all SubProblems, use OOF.Mesh.Remove_All_Solvers.

In the GUI, this command is invoked by the Remove button in the Solver pane of the Solver page.