OOF2: The Manual

Name

OOF.Subproblem.Field.Deactivate — Deactivate a Field. The solver finds the values of active Fields.

Synopsis

OOF.Subproblem.Field.Deactivate(subproblem,field)

Details

  • Parent Menu: OOF.Subproblem.Field
  • Callback: function _deactivateField in module ooflib.engine.IO.subproblemmenu
  • Parameters:

    subproblem
    Type: The path to an existing SubProblem object.
    field
    Type: A Field object.

Description

Deactivating a Field means that its values will not be found when the SubProblem is solved. See OOF.Subproblem.Field.Activate.