OOF2: The Manual

Name

OOF.Mesh.Copy_All_Solvers — Copy all solvers from one mesh to another.

Synopsis

OOF.Mesh.Copy_All_Solvers(source,target)

Details

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

    source
    Mesh to copy the solvers from. Type: The path to an existing Mesh object.
    target
    Mesh to which to copy the solvers. Type: The path to an existing Mesh object.

Description

Copy the solvers from the SubProblems in one Mesh to the identically named SubProblems in another. To copy a single solver, see OOF.Subproblem.Copy_Solver.

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