OOF2: The Manual

Name

OOF.Solver.Solve — Solve a problem

Synopsis

OOF.Solver.Solve(subproblem,mesh,solver)

Details

  • Parent Menu: OOF.Solver
  • Callback: function _solve in module oof2.engine.IO.solvermenu
  • Threadability: Threadable
  • Parameters:

    subproblem
    Type: The path to an existing SubProblem object.
    mesh
    Deprecated. Use subproblem instead. Type: The path to an existing Mesh object.
    solver
    Type: An object of the Driver class.

Description

The Solve command obtains the solution of the currently active Equations on the given Mesh. The solver parameter determines how the Equations are to be solved. Different kinds of solvers may be available for different kinds of equations. The stepper parameter determines what kind of time-stepping, if any, is used in the solution.


/* OOF home */ /* OOF2 home */ /* Send mail to the OOF Team */