OOF2: The Manual

Name

OOF.LoadData.Mesh.Equation — Load Equations.

Synopsis

OOF.LoadData.Mesh.Equation(mesh, equations)

Details

  • Parent Menu: OOF.LoadData.Mesh
  • Callback: function _meshEquations in module ooflib.engine.IO.meshIO
  • Parameters:

    mesh
    Type: The path to an existing Mesh object.
    equations
    Names of Equations. Type: A list of character strings.

Description

Load the list of active Equations from a saved Mesh. This command is used within old data files, from before the invention of SubProblems, and not invoked directly by the OOF2 user interface.