OOF2: The Manual

Name

OOF.Subproblem.Edit — Replace a subproblem with a new one.

Synopsis

OOF.Subproblem.Edit(name,subproblem)

Details

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

    name
    The name of the subproblem being edited. Type: The path to an existing SubProblem object.
    subproblem
    The new value of the subproblem. Type: An object of the SubProblemType class.

Description

This command changes the portion of a Mesh that is contained in a given SubProblem. What it actually does is replace the SubProblem with a new SubProblem with the same name. The Fields and Equations defined in the old SubProblem are copied to the new one.