OOF2: The Manual

Name

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

Synopsis

OOF.LoadData.Subproblem.Fields(subproblem, defined, active, inplane)

Details

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

    subproblem
    Type: The path to an existing SubProblem object.
    defined
    Defined Fields. Type: A list of character strings.
    active
    Active Fields. Type: A list of character strings.
    inplane
    In-plane Fields. Type: A list of character strings.

Description

Load the list of the names of the defined Fields for a SubProblem, excluding the time derivative Fields. Auxiliary time derivative Fields are handled by OOF.LoadData.Subproblem.Time_Derivative_Fields.

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