OOF2: The Manual

Name

OOF.LoadData.Subproblem.Time_Derivative_Fields — Load subproblem Field definitions.

Synopsis

OOF.LoadData.Subproblem.Time_Derivative_Fields(subproblem, fields)

Details

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

    subproblem
    Type: The path to an existing SubProblem object.
    fields
    Fields with auxiliary time-derivative Fields. Type: A list of character strings.

Description

Load the list of the names of the defined time-derivative Fields for a SubProblem. These are treated separately from the other Fields for backwards compatibility with old data files. See OOF.LoadData.Subproblem.Fields.

This command is used within data files and is not invoked directly by the OOF2 user interface.