d02txf allows a solution to a nonlinear two-point boundary value problem computed by d02tlf to be used as an initial approximation in the solution of a related nonlinear two-point boundary value problem in a continuation call to d02tlf.
The routine may be called by the names d02txf or nagf_ode_bvp_coll_nlin_contin.
3Description
d02txf and its associated routines (d02tlf,d02tvf,d02tyfandd02tzf) solve the two-point boundary value problem for a nonlinear system of ordinary differential equations
over an interval subject to () nonlinear boundary conditions at and () nonlinear boundary conditions at , where . Note that is the th derivative of the th solution component. Hence . The left boundary conditions at are defined as
and the right boundary conditions at as
where and
First, d02tvf must be called to specify the initial mesh, error requirements and other details. Then, d02tlf can be used to solve the boundary value problem. After successful computation, d02tzf can be used to ascertain details about the final mesh. d02tyf can be used to compute the approximate solution anywhere on the interval using interpolation.
If the boundary value problem being solved is one of a sequence of related problems, for example as part of some continuation process, then d02txf should be used between calls to d02tlf. This avoids the overhead of a complete initialization when the setup routine d02tvf is used. d02txf allows the solution values computed in the previous call to d02tlf to be used as an initial approximation for the solution in the next call to d02tlf.
You must specify the new initial mesh. The previous mesh can be obtained by a call to d02tzf. It may be used unchanged as the new mesh, in which case any fixed points in the previous mesh remain as fixed points in the new mesh. Fixed and other points may be added or subtracted from the mesh by manipulation of the contents of the array argument ipmesh. Initial values for the solution components on the new mesh are computed by interpolation on the values for the solution components on the previous mesh.
Ascher U M and Bader G (1987) A new basis implementation for a mixed order boundary value ODE solver SIAM J. Sci. Stat. Comput.8 483–500
Ascher U M, Christiansen J and Russell R D (1979) A collocation solver for mixed order systems of boundary value problems Math. Comput.33 659–679
Ascher U M, Mattheij R M M and Russell R D (1988) Numerical Solution of Boundary Value Problems for Ordinary Differential Equations Prentice–Hall
Keller H B (1992) Numerical Methods for Two-point Boundary-value Problems Dover, New York
5Arguments
1: – IntegerInput
On entry: the maximum number of points allowed in the mesh.
Constraint:
this must be identical to the value supplied for the argument mxmesh in the prior call to d02tvf.
2: – IntegerInput
On entry: the number of points to be used in the new initial mesh. It is strongly recommended that if this routine is called that the suggested value (see below) for nmesh is used. In this case the arrays mesh and ipmesh returned by d02tzf can be passed to this routine without any modification.
Suggested value:
, where is the number of mesh points used in the previous mesh as returned in the argument nmesh of d02tzf.
Constraint:
.
3: – Real (Kind=nag_wp) arrayInput
On entry: the nmesh points to be used in the new initial mesh as specified by ipmesh.
Suggested value:
the argument mesh returned from a call to d02tzf.
Constraint:
, for , the values of are defined in ipmesh.
must contain the left boundary point, , and must contain the right boundary point, , as specified in the previous call to d02tvf.
4: – Integer arrayInput
On entry: specifies the points in mesh to be used as the new initial mesh. Let be the set of array indices of ipmesh such that or and . Then will be included in the new initial mesh.
If , will be a fixed point in the new initial mesh.
If for any , will not be included in the new mesh.
Suggested value:
the argument ipmesh returned in a call to d02tzf.
Constraints:
, or , for ;
.
5: – Real (Kind=nag_wp) arrayCommunication Array
Note: the dimension of this array is dictated by the requirements of associated functions that must have been previously called. This array must be the same array passed as argument rcomm in the previous call to d02tlf.
On entry: this must be the same array as supplied to d02tlf and must remain unchanged between calls.
On exit: contains information about the solution for use on subsequent calls to associated routines.
6: – Integer arrayCommunication Array
Note: the dimension of this array is dictated by the requirements of associated functions that must have been previously called. This array must be the same array passed as argument icomm in the previous call to d02tlf.
On entry: this must be the same array as supplied to d02tlf and must remain unchanged between calls.
On exit: contains information about the solution for use on subsequent calls to associated routines.
7: – IntegerInput/Output
On entry: ifail must be set to , or to set behaviour on detection of an error; these values have no effect when no error is detected.
A value of causes the printing of an error message and program execution will be halted; otherwise program execution continues. A value of means that an error message is printed while a value of means that it is not.
If halting is not appropriate, the value or is recommended. If message printing is undesirable, then the value is recommended. Otherwise, the value is recommended. When the value or is used it is essential to test the value of ifail on exit.
On exit: unless the routine detects an error or a warning has been flagged (see Section 6).
6Error 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:
An element of ipmesh was set to before nmesh elements containing or were detected.
Expected elements of ipmesh to be or , but such elements found.
The first element of array mesh does not coincide with the left-hand end of the range previously specified.
First element of mesh: ; left-hand of the range: .
The last point of the new mesh does not coincide with the right hand end of the range previously specified.
Last point of the new mesh: ; right-hand end of the range: .
The solver routine did not produce any results suitable for remeshing.
The solver routine does not appear to have been called.
You have set the element of ipmesh corresponding to the last element of mesh to be included in the new mesh as , which is not .
An unexpected error has been triggered by this routine. Please
contact NAG.
See Section 7 in the Introduction to the NAG Library FL Interface for further information.
Your licence key may have expired or may not have been installed correctly.
See Section 8 in the Introduction to the NAG Library FL Interface for further information.
Dynamic memory allocation failed.
See Section 9 in the Introduction to the NAG Library FL Interface for further information.
7Accuracy
Not applicable.
8Parallelism and Performance
Background information to multithreading can be found in the Multithreading documentation.
d02txf is not threaded in any implementation.
9Further Comments
For problems where sharp changes of behaviour are expected over short intervals it may be advisable to:
–cluster the mesh points where sharp changes in behaviour are expected;
–maintain fixed points in the mesh using the argument ipmesh to ensure that the remeshing process does not inadvertently remove mesh points from areas of known interest.
In the absence of any other information about the expected behaviour of the solution, using the values suggested in Section 5 for nmesh, ipmesh and mesh is strongly recommended.
10Example
This example illustrates the use of continuation, solution on an infinite range, and solution of a system of two differential equations of orders and . See also d02tlf,d02tvf,d02tyfandd02tzf, for the illustration of other facilities.
Consider the problem of swirling flow over an infinite stationary disk with a magnetic field along the axis of rotation. See Ascher et al. (1988) and the references therein. After transforming from a cylindrical coordinate system , in which the component of the corresponding velocity field behaves like , the governing equations are
with boundary conditions
where is the magnetic field strength, and is the Rossby number.
Some solutions of interest are for , small and . An added complication is the infinite range, which we approximate by . We choose and first solve for using the initial approximations and , which satisfy the boundary conditions, on a uniform mesh of points. Simple continuation on the parameters and using the values and then is used to compute further solutions. We use the suggested values for nmesh, ipmesh and mesh in the call to d02txf prior to a continuation call, that is only every second point of the preceding mesh is used.