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_subproblemin moduleooflib.engine.IO.subproblemmenu -
Parameters:
name- The name of the subproblem being edited. Type: The path to an existing
SubProblemobject. subproblem- The new value of the subproblem. Type: An object of the
SubProblemTypeclass.
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.



