Go to the source code of this file.
|
subroutine | hydromap (CN, X, Y, NPOIN, NCN, NBOR, KP1BOR, NPTFR) |
|
◆ hydromap()
subroutine hydromap |
( |
double precision, dimension(npoin), intent(inout) |
CN, |
|
|
double precision, dimension(npoin), intent(in) |
X, |
|
|
double precision, dimension(npoin), intent(in) |
Y, |
|
|
integer, intent(in) |
NPOIN, |
|
|
integer, intent(in) |
NCN, |
|
|
integer, dimension(nptfr), intent(in) |
NBOR, |
|
|
integer, dimension(nptfr), intent(in) |
KP1BOR, |
|
|
integer, intent(in) |
NPTFR |
|
) |
| |
- Parameters
-
[in] | ncn | KP1BOR Gives the next boundary point in a contour |
[in] | NBOR | Global number of boundary points |
[in] | NCN | Logical unit of file for cn values |
[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 |
[out] | CN | Interpolated cn values |
[in] | npoin | KP1BOR Gives the next boundary point in a contour |
[in] | NBOR | Global number of boundary points |
[in] | NCN | Logical unit of file for cn values |
[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 |
[out] | CN | Interpolated cn values |
[in] | nptfr | KP1BOR Gives the next boundary point in a contour |
[in] | NBOR | Global number of boundary points |
[in] | NCN | Logical unit of file for cn values |
[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 |
[out] | CN | Interpolated cn values |
Definition at line 7 of file hydromap.f.