Next: Integrator Up: Generator window Previous: Generator window  Contents

The continuer is the most-used type of generator. It has the following numerical parameters:

 


Continuation data
 

 

InitStepsize

Initial stepsize

MinStepsize Minimal stepsize
MaxStepsize Maximal stepsize


Corrector data
 

 

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)


Stop data
 

 

MaxNumPoints

maximum number of points on the curve.

ClosedCurve

number of points indicating when to start checking if the curve is closed.