OOF2: The Manual

Name

OOF.Subproblem.Field.Undefine — Undefine a Field on a Subproblem. Only defined Fields may be given values.

Synopsis

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

Details

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

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

Description

Undefine a Field on a SubProblem. This frees the memory used to store the Field components and destroys their values, unless other SubProblems are using the Field. See OOF.Subproblem.Field.Define.