OOF2: The Manual

Name

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

Synopsis

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

Details

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

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

Description

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