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
_removeSolverin moduleooflib.engine.IO.subproblemmenu -
Parameters:
subproblem- Type: The path to an existing
SubProblemobject.
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 button in the Solver pane of the Solver page.



