|
PROGRAM LIBRARY JINRLIB CONTIN-NLIN - program complex for numerical continuationAuthor: E.V.Zemlyanaya |
|
Language: Fortran CONTIN-NLIN is the program for numerical continuation of solutions of the following system of two nonlinear ODEs: u1"(x)+F11(u1,u2,x,)u1'(x)+F12(u1,u2,x,)u2'(x)+G1(u1,u2,x,) = 0 , where axb, - vector of parameters, Fij and Gi (i,j=1,2) - given functions, solution is continued in one of elements of vector , boundary conditions have the following form: Di*ui'(a) + Qi*ui(a) = 0, DDi*ui'(b) + QQi*ui(b) = 0. The continuation scheme through turning points is described in [1]. At each step of numerical continuation, the Newtonian iteration scheme [2] with the 4th accuracy finite-difference approximation [3] is used. Sources, tests and the detailed description (in Russian, pdf) are submitted. References:
|