OOF2: The Manual

Name

OOF.LoadData.Subproblem.Equations — Load subproblem Equations.

Synopsis

OOF.LoadData.Subproblem.Equations(subproblem, equations)

Details

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

    subproblem
    Type: The path to an existing SubProblem object.
    equations
    Active equations. Type: A list of character strings.

Description

Load the list of active Equations from a saved Mesh. This command is unsed internally in data files and not invoked directly by the OOF2 user interface.