#include <NonLinEqSolvers_prm.h>
Inheritance diagram for NonLinEqSolvers_prm::

Public Methods | |
| NonLinEqSolvers_prm () | |
| ~NonLinEqSolvers_prm () | |
| NonLinEqSolver_prm& | operator() (int i) |
| const NonLinEqSolver_prm& | operator() (int i) const |
| void | define (MenuSystem &menu, int level=MAIN, int nsolvers_=1) |
| void | scan (MenuSystem &menu, int nsolver=1) |
| void | setStrategy (int strategy_) |
Static Public Methods | |
| void | defineStatic (MenuSystem &menu, int level=MAIN, int nsolvers=1) |
Protected Attributes | |
| int | strategy |
| real | tolerance |
| int | n_switches |
| int | nsolvers |
| VecSimplest(Handle(NonLinEqSolver_prm)) | pm |
NAME: NonLinEqSolvers_prm - parameter class for NonLinEqSolvers
DESCRIPTION:
The class contains all parameters needed for initialization of a "NonLinEqSolvers" object.
|
|
There is a default constructor without arguments. Normally, the parameters in this class, needed to initialize a "NonLinEqSolvers" object, are set through the menu system. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|