Go to the source code of this file.
|
subroutine | slop10 (COEF, XEL, YEL, Z, IKLE, NELEM, NELMAX) |
|
◆ slop10()
subroutine slop10 |
( |
double precision, dimension(nelem), intent(inout) |
COEF, |
|
|
double precision, dimension(nelmax,*), intent(in) |
XEL, |
|
|
double precision, dimension(nelmax,*), intent(in) |
YEL, |
|
|
double precision, dimension(*), intent(in) |
Z, |
|
|
integer, dimension(nelmax,*), intent(in) |
IKLE, |
|
|
integer, intent(in) |
NELEM, |
|
|
integer, intent(in) |
NELMAX |
|
) |
| |
- Parameters
-
[in] | nelem | [out] COEF Result |
[in] | IKLE | Connectivity table. |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | XEL | Abscissae of points in the mesh, per element |
[in] | YEL | Ordinates of points in the mesh, per element |
[in] | Z | Bottom elevations |
[in] | nelmax | [out] COEF Result |
[in] | IKLE | Connectivity table. |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | XEL | Abscissae of points in the mesh, per element |
[in] | YEL | Ordinates of points in the mesh, per element |
[in] | Z | Bottom elevations |
Definition at line 7 of file slop10.f.