Go to the source code of this file.
|
subroutine | fasp (X, Y, ZF, NPOIN, XRELV, YRELV, ZRELV, NP, NBOR, KP1BOR, NPTFR, DM) |
|
◆ fasp()
subroutine fasp |
( |
double precision, dimension(npoin), intent(in) |
X, |
|
|
double precision, dimension(npoin), intent(in) |
Y, |
|
|
double precision, dimension(npoin), intent(out) |
ZF, |
|
|
integer, intent(in) |
NPOIN, |
|
|
double precision, dimension(np), intent(in) |
XRELV, |
|
|
double precision, dimension(np), intent(in) |
YRELV, |
|
|
double precision, dimension(np), intent(in) |
ZRELV, |
|
|
integer, intent(in) |
NP, |
|
|
integer, dimension(nptfr), intent(in) |
NBOR, |
|
|
integer, dimension(nptfr), intent(in) |
KP1BOR, |
|
|
integer, intent(in) |
NPTFR, |
|
|
double precision, intent(in) |
DM |
|
) |
| |
- Parameters
-
[in] | npoin | XRELV Abcissae of bathymetry points |
[in] | YRELV | Ordinates of bathymetry points |
[out] | ZF | Interpolated bathymetry |
[in] | ZRELV | Elevations of bathymetry points |
[in] | np | XRELV Abcissae of bathymetry points |
[in] | YRELV | Ordinates of bathymetry points |
[out] | ZF | Interpolated bathymetry |
[in] | ZRELV | Elevations of bathymetry points |
[in] | nptfr | XRELV Abcissae of bathymetry points |
[in] | YRELV | Ordinates of bathymetry points |
[out] | ZF | Interpolated bathymetry |
[in] | ZRELV | Elevations of bathymetry points |
Definition at line 7 of file fasp.f.