OOF2: The Manual

Name

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

Synopsis

OOF.Mesh.Field.Undefine(mesh,field)

Details

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

    mesh
    Type: The path to an existing Mesh object.
    field
    Type: A Field object.

Description

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