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_subproblem in module ooflib.engine.IO.subproblemmenu
  • Parameters:

    name
    Name of the new SubProblem Type: A character string not containing ':', or the variable automatic.
    mesh
    Type: The path to an existing Mesh object.
    subproblem
    Type: An object of the SubProblemType class.

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.