OOF2: The Manual
Name
OOF.Subproblem.New — Define a new subproblem
Synopsis
OOF.Subproblem.New(name, mesh, subproblem)
Details
- Parent Menu: OOF.Subproblem
-
Callback: function
_new_subproblemin moduleooflib.engine.IO.subproblemmenu -
Parameters:
name- Name of the new SubProblem Type: A character string containing no colons (:), or the value
automatic. mesh- Type: The path to an existing
Meshobject. subproblem- Type: An object of the
SubProblemTypeclass.
Description
Create a new SubProblem in the given Mesh. If the given name
is not unique in the Mesh, <x> will
be appended to it, where x is an integer
chosen to make the name unique.



