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
_undefineFieldin moduleooflib.engine.IO.meshmenu -
Parameters:
Description
This command is deprecated and not available in the user interface, but will still work in scripts. New scripts should use OOF.Subproblem.Field.Undefine instead.
This command undefines 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.



