NAG Library Routine Document
D02GAF
1 Purpose
D02GAF solves a two-point boundary value problem with assigned boundary values for a system of ordinary differential equations, using a deferred correction technique and a Newton iteration.
2 Specification
SUBROUTINE D02GAF ( |
U, V, N, A, B, TOL, FCN, MNP, X, Y, NP, W, LW, IW, LIW, IFAIL) |
INTEGER |
N, MNP, NP, LW, IW(LIW), LIW, IFAIL |
REAL (KIND=nag_wp) |
U(N,2), V(N,2), A, B, TOL, X(MNP), Y(N,MNP), W(LW) |
EXTERNAL |
FCN |
|
3 Description
D02GAF solves a two-point boundary value problem for a system of
differential equations in the interval [
]. The system is written in the form:
and the derivatives
are evaluated by
FCN. Initially,
boundary values of the variables
must be specified, some at
and some at
. You must supply estimates of the remaining
boundary values and all the boundary values are used in constructing an initial approximation to the solution. This approximate solution is corrected by a finite difference technique with deferred correction allied with a Newton iteration to solve the finite difference equations. The technique used is described fully in
Pereyra (1979). The Newton iteration requires a Jacobian matrix
and this is calculated by numerical differentiation using an algorithm described in
Curtis et al. (1974).
You supply an absolute error tolerance and may also supply an initial mesh for the construction of the finite difference equations (alternatively a default mesh is used). The algorithm constructs a solution on a mesh defined by adding points to the initial mesh. This solution is chosen so that the error is everywhere less than your tolerance and so that the error is approximately equidistributed on the final mesh. The solution is returned on this final mesh.
If the solution is required at a few specific points then these should be included in the initial mesh. If on the other hand the solution is required at several specific points then you should use the interpolation routines provided in
Chapter E01 if these points do not themselves form a convenient mesh.
4 References
Curtis A R, Powell M J D and Reid J K (1974) On the estimation of sparse Jacobian matrices J. Inst. Maths. Applics. 13 117–119
Pereyra V (1979) PASVA3: An adaptive finite-difference Fortran program for first order nonlinear, ordinary boundary problems Codes for Boundary Value Problems in Ordinary Differential Equations. Lecture Notes in Computer Science (eds B Childs, M Scott, J W Daniel, E Denman and P Nelson) 76 Springer–Verlag
5 Parameters
- 1: U(N,) – REAL (KIND=nag_wp) arrayInput
On entry: must be set to the known or estimated value of at and must be set to the known or estimated value of at , for .
- 2: V(N,) – REAL (KIND=nag_wp) arrayInput
On entry: must be set to if is a known value and to if is an estimated value, for and .
Constraint:
precisely of the must be set to , i.e., precisely of the must be known values, and these must not be all at or all at .
- 3: N – INTEGERInput
On entry: , the number of equations.
Constraint:
.
- 4: A – REAL (KIND=nag_wp)Input
On entry: , the left-hand boundary point.
- 5: B – REAL (KIND=nag_wp)Input
On entry: , the right-hand boundary point.
Constraint:
.
- 6: TOL – REAL (KIND=nag_wp)Input
On entry: a positive absolute error tolerance. If
is the final mesh,
is the
th component of the approximate solution at
, and
is the
th component of the true solution of equation
(1) (see
Section 3) and the boundary conditions, then, except in extreme cases, it is expected that
Constraint:
.
- 7: FCN – SUBROUTINE, supplied by the user.External Procedure
FCN must evaluate the functions
(i.e., the derivatives
), for
, at a general point
.
The specification of
FCN is:
SUBROUTINE FCN ( |
X, Y, F) |
REAL (KIND=nag_wp) |
X, Y(*), F(*) |
|
In the description of the parameters of D02GAF below,
denotes the actual value of
N in the call of D02GAF.
- 1: X – REAL (KIND=nag_wp)Input
On entry: , the value of the argument.
- 2: Y() – REAL (KIND=nag_wp) arrayInput
On entry: , for , the value of the argument.
- 3: F() – REAL (KIND=nag_wp) arrayOutput
On exit: the values of
, for .
FCN must either be a module subprogram USEd by, or declared as EXTERNAL in, the (sub)program from which D02GAF is called. Parameters denoted as
Input must
not be changed by this procedure.
- 8: MNP – INTEGERInput
On entry: the maximum permitted number of mesh points.
Constraint:
.
- 9: X(MNP) – REAL (KIND=nag_wp) arrayInput/Output
On entry: if
(see
NP), the first
NP elements must define an initial mesh. Otherwise the elements of
X need not be set.
On exit:
define the final mesh (with the returned value of
NP) satisfying the relation
(3).
- 10: Y(N,MNP) – REAL (KIND=nag_wp) arrayOutput
On exit: the approximate solution
satisfying
(2), on the final mesh, that is
where
NP is the number of points in the final mesh.
The remaining columns of
Y are not used.
- 11: NP – INTEGERInput/Output
On entry: determines whether a default or user-supplied mesh is used.
- A default value of for NP and a corresponding equispaced mesh are used.
- You must define an initial mesh using the array X as described.
Constraint:
or .
On exit: the number of points in the final (returned) mesh.
- 12: W(LW) – REAL (KIND=nag_wp) arrayWorkspace
- 13: LW – INTEGERInput
On entry: the dimension of the array
W as declared in the (sub)program from which D02GAF is called.
Constraint:
.
- 14: IW(LIW) – INTEGER arrayWorkspace
- 15: LIW – INTEGERInput
On entry: the dimension of the array
IW as declared in the (sub)program from which D02GAF is called.
Constraint:
.
- 16: IFAIL – INTEGERInput/Output
-
For this routine, the normal use of
IFAIL is extended to control the printing of error and warning messages as well as specifying hard or soft failure (see
Section 3.3 in the Essential Introduction).
On entry:
IFAIL must be set to a value with the decimal expansion
, where each of the decimal digits
,
and
must have a value of
or
.
|
specifies hard failure, otherwise soft failure; |
|
suppresses error messages, otherwise error messages will be printed (see Section 6); |
|
suppresses warning messages, otherwise warning messages will be printed (see Section 6). |
The recommended value for inexperienced users is (i.e., hard failure with all messages printed).
On exit:
unless the routine detects an error or a warning has been flagged (see
Section 6).
6 Error Indicators and Warnings
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
X04AAF).
Errors or warnings detected by the routine:
One or more of the parameters
N,
TOL,
NP,
MNP,
LW or
LIW has been incorrectly set, or
, or the condition
(3) on
X is not satisfied, or the number of known boundary values (specified by
V) is not
N.
The Newton iteration has failed to converge. This could be due to there being too few points in the initial mesh or to the initial approximate solution being too inaccurate. If this latter reason is suspected you should use
D02RAF instead. If the warning ‘Jacobian matrix is singular’ is printed this could be due to specifying zero estimated boundary values and these should be varied. This warning could also be printed in the unlikely event of the Jacobian matrix being calculated inaccurately. If you cannot make changes to prevent the warning then
D02RAF should be used.
The Newton iteration has reached round-off level. It could be, however, that the answer returned is satisfactory. This error might occur if too much accuracy is requested.
A finer mesh is required for the accuracy requested; that is
MNP is not large enough.
A serious error has occurred in a call to D02GAF. Check all array subscripts and subroutine parameter lists in calls to D02GAF. Seek expert help.
7 Accuracy
The solution returned by the routine will be accurate to your tolerance as defined by the relation
(2) except in extreme circumstances. If too many points are specified in the initial mesh, the solution may be more accurate than requested and the error may not be approximately equidistributed.
The time taken by D02GAF depends on the difficulty of the problem, the number of mesh points (and meshes) used, the number of Newton iterations and the number of deferred corrections.
You are strongly recommended to set
IFAIL to obtain self-explanatory error messages, and also monitoring information about the course of the computation. You may select the channel numbers on which this output is to appear by calls of
X04AAF (for error messages) or
X04ABF (for monitoring information) – see
Section 9 for an example. Otherwise the default channel numbers will be used, as specified in the
Users' Note.
A common cause of convergence problems in the Newton iteration is that you have specified too few points in the initial mesh. Although the routine adds points to the mesh to improve accuracy it is unable to do so until the solution on the initial mesh has been calculated in the Newton iteration.
If you specify zero known and estimated boundary values, the routine constructs a zero initial approximation and in many cases the Jacobian is singular when evaluated for this approximation, leading to the breakdown of the Newton iteration.
You may be unable to provide a sufficiently good choice of initial mesh and estimated boundary values, and hence the Newton iteration may never converge. In this case the continuation facility provided in
D02RAF is recommended.
In the case where you wish to solve a sequence of similar problems, the final mesh from solving one case is strongly recommended as the initial mesh for the next.
9 Example
This example solves the differential equation
with boundary conditions
for
and
to an accuracy specified by
. We solve first the simpler problem with
using an equispaced mesh of
points and then we solve the problem with
using the final mesh from the first problem.
Note the call to
X04ABF prior to the call to D02GAF.
9.1 Program Text
Program Text (d02gafe.f90)
9.2 Program Data
Program Data (d02gafe.d)
9.3 Program Results
Program Results (d02gafe.r)