OOF2: The Manual

Name

OOF.LoadData.Subproblem.New — Define a Subproblem.

Synopsis

OOF.LoadData.Subproblem.New(name, subproblem, mesh)

Details

  • Parent Menu: OOF.LoadData.Subproblem
  • Callback: function _newSubProblem in module ooflib.engine.IO.meshIO
  • Parameters:

    name
    Name for the SubProblem Type: A character string.
    subproblem
    Type: An object of the SubProblemType class.
    mesh
    Type: The path to an existing Mesh object.

Description

Create a SubProblem. This command is similar to OOF.Subproblem.New, but is run from within a data file, and not directly by the OOF2 user interface.