NAG Library Routine Document
d03ebf (dim2_ellip_fd)
1
Purpose
d03ebf uses the Strongly Implicit Procedure to calculate the solution to a system of simultaneous algebraic equations of five-point molecule form on a two-dimensional topologically-rectangular mesh. (‘Topological’ means that a polar grid, for example , can be used, being equivalent to a rectangular box.)
2
Specification
Fortran Interface
Subroutine d03ebf ( |
n1, n2, lda, a, b, c, d, e, q, t, aparam, itmax, itcoun, itused, ndir, ixn, iyn, conres, conchn, resids, chngs, wrksp1, wrksp2, wrksp3, ifail) |
Integer, Intent (In) | :: | n1, n2, lda, itmax, ndir, ixn, iyn | Integer, Intent (Inout) | :: | itcoun, ifail | Integer, Intent (Out) | :: | itused | Real (Kind=nag_wp), Intent (In) | :: | a(lda,n2), b(lda,n2), c(lda,n2), d(lda,n2), e(lda,n2), q(lda,n2), aparam, conres, conchn | Real (Kind=nag_wp), Intent (Inout) | :: | t(lda,n2), wrksp1(lda,n2), wrksp2(lda,n2), wrksp3(lda,n2) | Real (Kind=nag_wp), Intent (Out) | :: | resids(itmax), chngs(itmax) |
|
C Header Interface
#include <nagmk26.h>
void |
d03ebf_ (const Integer *n1, const Integer *n2, const Integer *lda, const double a[], const double b[], const double c[], const double d[], const double e[], const double q[], double t[], const double *aparam, const Integer *itmax, Integer *itcoun, Integer *itused, const Integer *ndir, const Integer *ixn, const Integer *iyn, const double *conres, const double *conchn, double resids[], double chngs[], double wrksp1[], double wrksp2[], double wrksp3[], Integer *ifail) |
|
3
Description
Given a set of simultaneous equations
(which could be nonlinear) derived, for example, from a finite difference representation of a two-dimensional elliptic partial differential equation and its boundary conditions, the routine determines the values of the dependent variable
.
is a known vector of length
and
is a square
by
matrix.
The equations must be of five-diagonal form:
for
and
, provided
. Indeed, if
, then the equation is assumed to be
For example, if
and
, the equations take the form:
The system is solved iteratively, from a starting approximation
, by the formulae
Thus
is the residual of the
th approximate solution
, and
is the update change vector. The calling program supplies an initial approximation for the values of the dependent variable in the array
t, the coefficients of the five-point molecule system of equations in the arrays
a,
b,
c,
d and
e, and the source terms in the array
q. The routine derives the residual of the latest approximate solution and then uses the approximate
factorization of the Strongly Implicit Procedure with the necessary acceleration argument adjustment by calling
d03uaf at each iteration.
d03ebf combines the newly derived change with the old approximation to obtain the new approximate solution for
. The new solution is checked for convergence against the user-supplied convergence criteria and if these have not been achieved the iterative cycle is repeated. Convergence is based on both the maximum absolute normalized residuals (calculated with reference to the previous approximate solution as these are calculated at the commencement of each iteration) and on the maximum absolute change made to the values of
.
Problems in topologically non-rectangular regions can be solved using the routine by surrounding the region by a circumscribing topological rectangle. The equations for the nodal values external to the region of interest are set to zero (i.e., ) and the boundary conditions are incorporated into the equations for the appropriate nodes.
If there is no better initial approximation when starting the iterative cycle, an array of all zeros can be used as the initial approximation.
The routine can be used to solve linear elliptic equations in which case the arrays
a,
b,
c,
d,
e and
q are constants and for which a single call provides the required solution. It can also be used to solve nonlinear elliptic equations in which case some or all of these arrays may require updating during the progress of the iterations as more accurate solutions are derived. The routine will then have to be called repeatedly in an outer iterative cycle. Dependent on the nonlinearity, some under relaxation of the coefficients and/or source terms may be needed during their recalculation using the new estimates of the solution.
The routine can also be used to solve each step of a time-dependent parabolic equation in two space dimensions. The solution at each time step can be expressed in terms of an elliptic equation if the Crank–Nicolson or other form of implicit time integration is used.
Neither diagonal dominance, nor positive-definiteness, of the matrix
formed from the arrays
a,
b,
c,
d,
e is necessary to ensure convergence.
For problems in which the solution is not unique in the sense that an arbitrary constant can be added to the solution, for example Laplace's equation with all Neumann boundary conditions, an argument is incorporated so that the solution can be rescaled by subtracting a specified nodal value from the whole solution after the completion of every iteration to keep rounding errors to a minimum for those cases when the convergence is slow.
4
References
Jacobs D A H (1972) The strongly implicit procedure for the numerical solution of parabolic and elliptic partial differential equations Note RD/L/N66/72 Central Electricity Research Laboratory
Stone H L (1968) Iterative solution of implicit approximations of multi-dimensional partial differential equations SIAM J. Numer. Anal. 5 530–558
5
Arguments
- 1: – IntegerInput
-
On entry: the number of nodes in the first coordinate direction, .
Constraint:
.
- 2: – IntegerInput
-
On entry: the number of nodes in the second coordinate direction, .
Constraint:
.
- 3: – IntegerInput
-
On entry: the first dimension of the arrays
a,
b,
c,
d,
e,
q,
t,
wrksp1,
wrksp2 and
wrksp3 as declared in the (sub)program from which
d03ebf is called.
Constraint:
.
- 4: – Real (Kind=nag_wp) arrayInput
-
On entry:
must contain the coefficient of the ‘southerly’ term involving
in the
th equation of the system
(1), for
and
. The elements of
a, for
, must be zero after incorporating the boundary conditions, since they involve nodal values from outside the rectangle.
- 5: – Real (Kind=nag_wp) arrayInput
-
On entry:
must contain the coefficient of the ‘westerly’ term involving
in the
th equation of the system
(1), for
and
. The elements of
b, for
, must be zero after incorporating the boundary conditions, since they involve nodal values from outside the rectangle.
- 6: – Real (Kind=nag_wp) arrayInput
-
On entry:
must contain the coefficient of the ‘central’ term involving
in the
th equation of the system
(1), for
and
. The elements of
c are checked to ensure that they are nonzero. If any element is found to be zero, the corresponding algebraic equation is assumed to be
. This feature can be used to define the equations for nodes at which, for example, Dirichlet boundary conditions are applied, or for nodes external to the problem of interest, by setting
at appropriate points, and the corresponding value of
to the appropriate value, namely the prescribed value of
in the Dirichlet case or zero at an external point.
- 7: – Real (Kind=nag_wp) arrayInput
-
On entry:
must contain the coefficient of the ‘easterly’ term involving
in the
th equation of the system
(1), for
and
. The elements of
d, for
, must be zero after incorporating the boundary conditions, since they involve nodal values from outside the rectangle.
- 8: – Real (Kind=nag_wp) arrayInput
-
On entry:
must contain the coefficient of the ‘northerly’ term involving
in the
th equation of the system
(1), for
and
. The elements of
e, for
must be zero after incorporating the boundary conditions, since they involve nodal values from outside the rectangle.
- 9: – Real (Kind=nag_wp) arrayInput
-
On entry:
must contain
, for
and
, i.e., the source term values at the nodal points for the system
(1).
- 10: – Real (Kind=nag_wp) arrayInput/Output
-
On entry:
must contain the element
of the approximate solution to the equations supplied by the calling program as an initial starting value, for
and
.
If no better approximation is known, an array of zeros can be used.
On exit: the solution derived by the routine.
- 11: – Real (Kind=nag_wp)Input
-
On entry: the iteration acceleration factor. A value of is adequate for most typical problems. However, if convergence is slow, the value can be reduced, typically to or . If divergence is obtained, the value can be increased, typically to , or .
Constraint:
.
- 12: – IntegerInput
-
On entry: the maximum number of iterations to be used by the routine in seeking the solution. A reasonable value might be if or if .
- 13: – IntegerInput/Output
-
On entry: on the first call of
d03ebf,
itcoun must be set to
. On subsequent entries, its value must be unchanged from the previous call.
On exit: its value is increased by the number of iterations used on this call (namely
itused). It therefore stores the accumulated number of iterations actually used. For subsequent calls for the same problem, i.e., with the same
n1 and
n2 but possibly different coefficients and/or source terms, as occur with nonlinear systems or with time-dependent systems,
itcoun is the accumulated number of iterations. This applies to the second and subsequent calls to
d03ebf. In this way a suitable cycling of the sequence of iteration arguments is obtained in the calls to
d03uaf.
- 14: – IntegerOutput
-
On exit: the number of iterations actually used on that call.
- 15: – IntegerInput
-
On entry: indicates whether or not the system of equations has a unique solution. For systems which have a unique solution,
ndir must be set to any nonzero value. For systems derived from, for example, Laplace's equation with all Neumann boundary conditions, i.e., problems in which an arbitrary constant can be added to the solution,
ndir should be set to
and the values of the next two arguments must be specified. For such problems the routine subtracts the value of the function derived at the node (
ixn,
iyn) from the whole solution after each iteration to reduce the possibility of large rounding errors. You must also ensure that for such problems the appropriate consistency condition on the source terms
q is satisfied.
- 16: – IntegerInput
-
On entry: is ignored unless
ndir is equal to zero, in which case it must specify the first index of the nodal point at which the solution is to be set to zero. The node should not correspond to a corner node, or to a node external to the region of interest.
- 17: – IntegerInput
-
On entry: is ignored unless
ndir is equal to zero, in which case it must specify the second index of the nodal point at which the solution is to be set to zero. The node should not correspond to a corner node, or to a node external to the region of interest.
- 18: – Real (Kind=nag_wp)Input
-
On entry: the convergence criterion to be used on the maximum absolute value of the normalized residual vector components. The latter is defined as the residual of the algebraic equation divided by the central coefficient when the latter is not equal to
, and defined as the residual when the central coefficient is zero.
Clearly
conres should not be less than a reasonable multiple of the
machine precision.
- 19: – Real (Kind=nag_wp)Input
-
On entry: the convergence criterion to be used on the maximum absolute value of the change made at each iteration to the elements of the array
t, namely the dependent variable. Clearly
conchn should not be less than a reasonable multiple of the
machine precision multiplied by the maximum value of
t attained.
Convergence is achieved when both the convergence criteria are satisfied. You can therefore set convergence on either the residual or on the change, or (as is recommended) on a requirement that both are below prescribed limits.
- 20: – Real (Kind=nag_wp) arrayOutput
-
On exit: the maximum absolute value of the residuals calculated at the
th iteration, for
. If you want to know the maximum absolute residual of the solution which is returned you must calculate this in the calling program. The sequence of values
resids indicates the rate of convergence.
- 21: – Real (Kind=nag_wp) arrayOutput
-
On exit: the maximum absolute value of the changes made to the components of the dependent variable
t at the
th iteration, for
. The sequence of values
chngs indicates the rate of convergence.
- 22: – Real (Kind=nag_wp) arrayWorkspace
- 23: – Real (Kind=nag_wp) arrayWorkspace
- 24: – Real (Kind=nag_wp) arrayWorkspace
-
- 25: – 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, .
Constraint: .
On entry, .
Constraint: .
-
On entry, and .
Constraint: .
-
On entry, .
Constraint: .
-
On entry, , and .
Constraint: .
-
Convergence not achieved in
itmax iterations:
.
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
The improvement in accuracy for each iteration depends on the size of the system and on the condition of the update matrix characterised by the five-diagonal coefficient arrays. The ultimate accuracy obtainable depends on the above factors and on the
machine precision. The rate of convergence obtained with the Strongly Implicit Procedure is not always smooth because of the cyclic use of nine acceleration arguments. The convergence may become slow with very large problems, for example when
. The final accuracy may be judged approximately from the rate of convergence determined from the sequence of values returned in
chngs and the magnitude of the maximum absolute value of the change vector on the last iteration stored in
.
8
Parallelism and Performance
d03ebf is not threaded in any implementation.
The time taken per iteration is approximately proportional to .
Convergence may not always be obtained when the problem is very large and/or the coefficients of the equations have widely disparate values. The latter case is often associated with a near ill-conditioned matrix.
10
Example
This example solves Laplace's equation in a rectangle with a non-uniform grid spacing in the
and
coordinate directions and with Dirichlet boundary conditions specifying the function on the perimeter of the rectangle equal to
10.1
Program Text
Program Text (d03ebfe.f90)
10.2
Program Data
Program Data (d03ebfe.d)
10.3
Program Results
Program Results (d03ebfe.r)