OOF2: The Manual

Name

OOF.Mesh.Solve — Solve or evolve the mesh.

Synopsis

OOF.Mesh.Solve(mesh,endtime)

Details

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

    mesh
    Type: The path to an existing Mesh object.
    endtime
    Ending time. Type: A real number.

Description

The Solve command obtains the solution of all of the SubProblems of the given Mesh, if those SubProblems have solvers assigned to them, and if the solution hasn't been disabled.

In the GUI, this command is invoked from the Solve button on the Solver page. endtime is read from the end time box on the page. After a time-dependent solution is completed, the Solve button changes to a Continue button, but it still invokes this same OOF.Mesh.Solve command.