next up previous contents index
Next: 3.4 Automatic determination of Up: 3. Design Goals and Previous: 3.2 Naming of routines,   Contents   Index


3.3 Use of parameter vectors and cpp variables

Many routines, especially the iterative solvers, need lots of parameters, some of which are input, some output, and some of which enter with one value and are modified by the routines. Examples are the maximum number of iterations to allow, the number of iterations actually completed, logical units for output and errors, etc.

Of course, different routines require different parameters.

I wanted a method with the following attributes.


next up previous contents index
Next: 3.4 Automatic determination of Up: 3. Design Goals and Previous: 3.2 Naming of routines,   Contents   Index
John A. Turner