Go to the source code of this file.
|
subroutine | decv21 (TETA, SL, ZF, IKLE, NELEM, NELMAX) |
|
◆ decv21()
subroutine decv21 |
( |
double precision, dimension(nelem), intent(out) |
TETA, |
|
|
double precision, dimension(*), intent(in) |
SL, |
|
|
double precision, dimension(*), intent(in) |
ZF, |
|
|
integer, dimension(nelmax,*), intent(in) |
IKLE, |
|
|
integer, intent(in) |
NELEM, |
|
|
integer, intent(in) |
NELMAX |
|
) |
| |
- Parameters
-
[in] | nelem | IKLE Connectivity table |
[in] | NELEM | Number of elements in the mesh |
[in] | NELMAX | Maximum number of elements in the mesh |
[in] | SL | Free surface |
[out] | TETA | States if an element is dry or not |
[in] | ZF | Bottom elevation |
[in] | nelmax | IKLE Connectivity table |
[in] | NELEM | Number of elements in the mesh |
[in] | NELMAX | Maximum number of elements in the mesh |
[in] | SL | Free surface |
[out] | TETA | States if an element is dry or not |
[in] | ZF | Bottom elevation |
Definition at line 7 of file decv21.f.