The continuer is the most-used type of generator. It has the following numerical parameters:
|
|
|
InitStepsize |
Initial stepsize |
|
MinStepsize | Minimal stepsize | |
MaxStepsize | Maximal stepsize |
|
|
|
MaxNewtonIters |
maximum number of Newton-Raphson iterations before switching to Newton-Chords in the corrector iterations. |
|
MaxCorrIters |
maximum number of correction iterations. | |
MaxTestIters |
maximum number of iterations to locate a zero of a testfunction. | |
VarTolerance |
tolerance of coordinates: ||x|| < VarTolerance is the second convergence criterium of the Newton iteration. | |
FunTolerance |
tolerance of function values:||F(x)|| < FunTolerance is the first convergence criterium of the Newton iteration. | |
Adapt | number of points indicating when to adapt some internal problem parameters while computing the curve (default:3) | |
|
|
|
MaxNumPoints |
maximum number of points on the curve. |
ClosedCurve |
number of points indicating when to start checking if the curve is closed. |