OOF2: The Manual

Name

OOF.Subproblem.Copy_Solver — Copy a solver from one subproblem to another.

Synopsis

OOF.Subproblem.Copy_Solver(source,target)

Details

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

    source
    Subproblem to copy the solver from. Type: The path to an existing SubProblem object.
    target
    Subproblem to which to copy the solver. Type: The path to an existing SubProblem object.

Description

Copy the solver from the given SubProblem to another SubProblem, either in the same or another Mesh. To copy all solvers from one Mesh to another, see OOF.Mesh.Copy_All_Solvers.

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