OOF2: The Manual

Name

OOF.Subproblem.Copy — Copy a subproblem.

Synopsis

OOF.Subproblem.Copy(subproblem,mesh,name)

Details

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

    subproblem
    The subproblem to be copied. Type: The path to an existing SubProblem object.
    mesh
    The copy will be in this mesh. Type: The path to an existing Mesh object.
    name
    Name to give to the copy Type: A character string not containing ':', or the variable automatic.

Description

Copy a SubProblem, possibly to another Mesh. If the original SubProblem is defined in terms of objects (PixelGroups, Materials, etc. that don't exist in the destination Mesh, then the copied SubProblem will contain no Elements.