OOF2: The Manual

Name

OOF.Mesh.Remove_All_Solvers — Remove the Solvers from all Subproblems.

Synopsis

OOF.Mesh.Remove_All_Solvers(mesh)

Details

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

    mesh
    Type: The path to an existing Mesh object.

Description

Remove the solvers from all SubProblems in the Mesh. No solutions will be possible until new solvers are assigned by OOF.Subproblem.Set_Solver. To remove a single solver, use OOF.Subproblem.Remove_Solver.

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