OOF2: The Manual
Name
LinearDriver (LinearDriver) — linear numerical method to solve system of linear equations associated to finite element mesh
Synopsis
LinearDriver(method)
Description
LinearDriver is a Driver object, used as the
solver argument to the OOF.Solver command. It applies the given
method exactly once to find a solution of the
active
Equations that are defined on the Mesh.
The best method depends on the problem being
solved. Some solvers, such as conjugate gradient, only
work on symmetric matrices. OOF2 notices when a problem is
asymmetric and won't allow the wrong kind of solver to be applied.
/* OOF home */ /* OOF2 home */ /* Send mail to the OOF Team */




