OOF2: The Manual
Name
Driver — Solver iteration manager.
Subclasses
Subclasses are listed as they appear in the GUI and (in parentheses) as they appear in scripts.
-
LinearDriver (
LinearDriver) -- linear numerical method to solve system of linear equations associated to finite element mesh -
NewtonDriver (
NewtonDriver) -- Newton-Raphson solver for the solution of non-linear equations.
Description
The objects in the Driver class are
used as the solver argument to the OOF.Solver.Solve command. They control how a
particular LinearSolver is
applied to obtain a solution to the active
Equations defined on the Mesh.
/* OOF home */ /* OOF2 home */ /* Send mail to the OOF Team */




