Go to the source code of this file.
|
subroutine | fond (ZF, X, Y, NPOIN, NFON, NBOR, KP1BOR, NPTFR) |
|
◆ fond()
subroutine fond |
( |
double precision, dimension(npoin), intent(out) |
ZF, |
|
|
double precision, dimension(npoin), intent(in) |
X, |
|
|
double precision, dimension(npoin), intent(in) |
Y, |
|
|
integer, intent(in) |
NPOIN, |
|
|
integer, intent(in) |
NFON, |
|
|
integer, dimension(nptfr), intent(in) |
NBOR, |
|
|
integer, dimension(nptfr), intent(in) |
KP1BOR, |
|
|
integer, intent(in) |
NPTFR |
|
) |
| |
- Parameters
-
[in] | nfon | KP1BOR Gives the next boundary point in a contour |
[in] | NBOR | Global number of boundary points |
[in] | NFON | Logical unit of file for bottom bathymetry |
[in] | NPOIN | Number of points |
[in] | NPTFR | Number of boundary points |
[in] | X | Abscissae of points in the mesh |
[in] | Y | Ordinates of points in the mesh |
[in] | ZF | Elevation of bottom |
[in] | npoin | KP1BOR Gives the next boundary point in a contour |
[in] | NBOR | Global number of boundary points |
[in] | NFON | Logical unit of file for bottom bathymetry |
[in] | NPOIN | Number of points |
[in] | NPTFR | Number of boundary points |
[in] | X | Abscissae of points in the mesh |
[in] | Y | Ordinates of points in the mesh |
[in] | ZF | Elevation of bottom |
[in] | nptfr | KP1BOR Gives the next boundary point in a contour |
[in] | NBOR | Global number of boundary points |
[in] | NFON | Logical unit of file for bottom bathymetry |
[in] | NPOIN | Number of points |
[in] | NPTFR | Number of boundary points |
[in] | X | Abscissae of points in the mesh |
[in] | Y | Ordinates of points in the mesh |
[in] | ZF | Elevation of bottom |
Definition at line 7 of file fond.f.