NAG Library Routine Document
d05aaf (fredholm2_split)
1
Purpose
d05aaf solves a linear, nonsingular Fredholm equation of the second kind with a split kernel.
2
Specification
Fortran Interface
Subroutine d05aaf ( |
lambda, a, b, k1, k2, g, f, c, n, ind, w1, w2, wd, ldw1, ldw2, ifail) |
Integer, Intent (In) | :: | n, ind, ldw1, ldw2 | Integer, Intent (Inout) | :: | ifail | Real (Kind=nag_wp), External | :: | k1, k2, g | Real (Kind=nag_wp), Intent (In) | :: | lambda, a, b | Real (Kind=nag_wp), Intent (Inout) | :: | w1(ldw1,ldw2), w2(ldw2,4) | Real (Kind=nag_wp), Intent (Out) | :: | f(n), c(n), wd(ldw2) |
|
C Header Interface
#include <nagmk26.h>
void |
d05aaf_ (const double *lambda, const double *a, const double *b, double (NAG_CALL *k1)(const double *x, const double *s), double (NAG_CALL *k2)(const double *x, const double *s), double (NAG_CALL *g)(const double *x), double f[], double c[], const Integer *n, const Integer *ind, double w1[], double w2[], double wd[], const Integer *ldw1, const Integer *ldw2, Integer *ifail) |
|
3
Description
d05aaf solves an integral equation of the form
for
, when the kernel
is defined in two parts:
for
and
for
. The method used is that of
El–Gendi (1969) for which, it is important to note, each of the functions
and
must be defined, smooth and nonsingular, for all
and
in the interval
.
An approximation to the solution
is found in the form of an
term Chebyshev series
, where
indicates that the first term is halved in the sum. The coefficients
, for
, of this series are determined directly from approximate values
, for
, of the function
at the first
of a set of
Chebyshev points:
The values
are obtained by solving simultaneous linear algebraic equations formed by applying a quadrature formula (equivalent to the scheme of
Clenshaw and Curtis (1960)) to the integral equation at the above points.
In general . However, if the kernel is centro-symmetric in the interval , i.e., if , then the routine is designed to take advantage of this fact in the formation and solution of the algebraic equations. In this case, symmetry in the function implies symmetry in the function . In particular, if is even about the mid-point of the range of integration, then so also is , which may be approximated by an even Chebyshev series with . Similarly, if is odd about the mid-point then may be approximated by an odd series with .
4
References
Clenshaw C W and Curtis A R (1960) A method for numerical integration on an automatic computer Numer. Math. 2 197–205
El–Gendi S E (1969) Chebyshev solution of differential, integral and integro-differential equations Comput. J. 12 282–287
5
Arguments
- 1: – Real (Kind=nag_wp)Input
-
On entry: the value of the parameter of the integral equation.
- 2: – Real (Kind=nag_wp)Input
-
On entry: , the lower limit of integration.
- 3: – Real (Kind=nag_wp)Input
-
On entry: , the upper limit of integration.
Constraint:
.
- 4: – real (Kind=nag_wp) Function, supplied by the user.External Procedure
-
k1 must evaluate the kernel
of the integral equation for
.
The specification of
k1 is:
Fortran Interface
Real (Kind=nag_wp) | :: | k1 | Real (Kind=nag_wp), Intent (In) | :: | x, s |
|
C Header Interface
#include <nagmk26.h>
double |
k1 (const double *x, const double *s) |
|
- 1: – Real (Kind=nag_wp)Input
- 2: – Real (Kind=nag_wp)Input
-
On entry: the values of and at which is to be evaluated.
k1 must either be a module subprogram USEd by, or declared as EXTERNAL in, the (sub)program from which
d05aaf is called. Arguments denoted as
Input must
not be changed by this procedure.
Note: k1 should not return floating-point NaN (Not a Number) or infinity values, since these are not handled by
d05aaf. If your code inadvertently
does return any NaNs or infinities,
d05aaf is likely to produce unexpected results.
- 5: – real (Kind=nag_wp) Function, supplied by the user.External Procedure
-
k2 must evaluate the kernel
of the integral equation for
.
The specification of
k2 is:
Fortran Interface
Real (Kind=nag_wp) | :: | k2 | Real (Kind=nag_wp), Intent (In) | :: | x, s |
|
C Header Interface
#include <nagmk26.h>
double |
k2 (const double *x, const double *s) |
|
- 1: – Real (Kind=nag_wp)Input
- 2: – Real (Kind=nag_wp)Input
-
On entry: the values of and at which is to be evaluated.
k2 must either be a module subprogram USEd by, or declared as EXTERNAL in, the (sub)program from which
d05aaf is called. Arguments denoted as
Input must
not be changed by this procedure.
Note: k2 should not return floating-point NaN (Not a Number) or infinity values, since these are not handled by
d05aaf. If your code inadvertently
does return any NaNs or infinities,
d05aaf is likely to produce unexpected results.
Note that the functions and must be defined, smooth and nonsingular for all and in the interval [].
- 6: – real (Kind=nag_wp) Function, supplied by the user.External Procedure
-
g must evaluate the function
for
.
The specification of
g is:
Fortran Interface
Real (Kind=nag_wp) | :: | g | Real (Kind=nag_wp), Intent (In) | :: | x |
|
C Header Interface
#include <nagmk26.h>
double |
g (const double *x) |
|
- 1: – Real (Kind=nag_wp)Input
-
On entry: the values of at which is to be evaluated.
g must either be a module subprogram USEd by, or declared as EXTERNAL in, the (sub)program from which
d05aaf is called. Arguments denoted as
Input must
not be changed by this procedure.
Note: g should not return floating-point NaN (Not a Number) or infinity values, since these are not handled by
d05aaf. If your code inadvertently
does return any NaNs or infinities,
d05aaf is likely to produce unexpected results.
- 7: – Real (Kind=nag_wp) arrayOutput
-
On exit: the approximate values
, for
, of
evaluated at the first
n of
Chebyshev points
, (see
Section 3).
If or , .
If , .
If , .
- 8: – Real (Kind=nag_wp) arrayOutput
-
On exit: the coefficients
, for
, of the Chebyshev series approximation to
.
If this series contains polynomials of odd order only and if the series contains even order polynomials only.
- 9: – IntegerInput
-
On entry: the number of terms in the Chebyshev series required to approximate .
Constraint:
.
- 10: – IntegerInput
-
On entry: determines the forms of the kernel,
, and the function
.
- is not centro-symmetric (or no account is to be taken of centro-symmetry).
- is centro-symmetric and is odd.
- is centro-symmetric and is even.
- is centro-symmetric but is neither odd nor even.
Constraint:
, , or .
- 11: – Real (Kind=nag_wp) arrayWorkspace
- 12: – Real (Kind=nag_wp) arrayWorkspace
- 13: – Real (Kind=nag_wp) arrayWorkspace
-
- 14: – IntegerInput
-
On entry: the first dimension of the array
w1 as declared in the (sub)program from which
d05aaf is called.
Constraint:
.
- 15: – IntegerInput
-
On entry: the second dimension of the array
w1 and the first dimension of the array
w2 and the dimension of the array
wd as declared in the (sub)program from which
d05aaf is called.
Constraint:
.
- 16: – IntegerInput/Output
-
On entry:
ifail must be set to
,
. If you are unfamiliar with this argument you should refer to
Section 3.4 in How to Use the NAG Library and its Documentation for details.
For environments where it might be inappropriate to halt program execution when an error is detected, the value
is recommended. If the output of error messages is undesirable, then the value
is recommended. Otherwise, if you are not familiar with this argument, the recommended value is
.
When the value 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).
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:
-
On entry, and .
Constraint: .
On entry, .
Constraint: .
-
A failure has occurred due to proximity of an eigenvalue.
In general, if
lambda is near an eigenvalue of the integral equation, the corresponding matrix will be nearly singular. In the special case,
, the matrix reduces to a zero-valued number.
An unexpected error has been triggered by this routine. Please
contact
NAG.
See
Section 3.9 in How to Use the NAG Library and its Documentation for further information.
Your licence key may have expired or may not have been installed correctly.
See
Section 3.8 in How to Use the NAG Library and its Documentation for further information.
Dynamic memory allocation failed.
See
Section 3.7 in How to Use the NAG Library and its Documentation for further information.
7
Accuracy
No explicit error estimate is provided by the routine but it is usually possible to obtain a good indication of the accuracy of the solution either
(i) |
by examining the size of the later Chebyshev coefficients , or |
(ii) |
by comparing the coefficients or the function values for two or more values of n. |
8
Parallelism and Performance
d05aaf is threaded by NAG for parallel execution in multithreaded implementations of the NAG Library.
d05aaf makes calls to BLAS and/or LAPACK routines, which may be threaded within the vendor library used by this implementation. Consult the documentation for the vendor library for further information.
Please consult the
X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this routine. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.
The time taken by
d05aaf increases with
n.
This routine may be used to solve an equation with a continuous kernel by defining
k1 and
k2 to be identical.
This routine may also be used to solve a Volterra equation by defining
k2 (or
k1) to be identically zero.
10
Example
This example solves the equation
where
Five terms of the Chebyshev series are sought, taking advantage of the centro-symmetry of the
and even nature of
about the mid-point of the range
.
The approximate solution at the point
is calculated by calling
c06dcf.
10.1
Program Text
Program Text (d05aafe.f90)
10.2
Program Data
None.
10.3
Program Results
Program Results (d05aafe.r)