Go to the source code of this file.
|
subroutine | maxslope (SLOPE, ZF, ZR, XEL, YEL, NELEM, NELMAX, NPOIN, IKLE, EVOL, UNSV2D, MESH, ZFCL_MS, AVAIL, NOMBLAY, NSICLA) |
|
◆ maxslope()
subroutine maxslope |
( |
double precision, intent(in) |
SLOPE, |
|
|
double precision, dimension(npoin), intent(inout) |
ZF, |
|
|
double precision, dimension(npoin), intent(in) |
ZR, |
|
|
double precision, dimension(nelmax,3), intent(in) |
XEL, |
|
|
double precision, dimension(nelmax,3), intent(in) |
YEL, |
|
|
integer, intent(in) |
NELEM, |
|
|
integer, intent(in) |
NELMAX, |
|
|
integer, intent(in) |
NPOIN, |
|
|
integer, dimension(nelmax,3), intent(in) |
IKLE, |
|
|
type(bief_obj), intent(inout) |
EVOL, |
|
|
type(bief_obj), intent(in) |
UNSV2D, |
|
|
type(bief_mesh) |
MESH, |
|
|
type(bief_obj), intent(inout) |
ZFCL_MS, |
|
|
double precision, dimension(npoin,nomblay,nsicla), intent(inout) |
AVAIL, |
|
|
integer, intent(in) |
NOMBLAY, |
|
|
integer, intent(in) |
NSICLA |
|
) |
| |
- Parameters
-
[in] | nelem | [in, out] ZF Bottom that will be modified |
[in] | ZR | Non erodable bed |
[in] | nelmax | [in, out] ZF Bottom that will be modified |
[in] | ZR | Non erodable bed |
[in] | npoin | [in, out] ZF Bottom that will be modified |
[in] | ZR | Non erodable bed |
[in] | nomblay | [in, out] ZF Bottom that will be modified |
[in] | ZR | Non erodable bed |
[in] | nsicla | [in, out] ZF Bottom that will be modified |
[in] | ZR | Non erodable bed |
Definition at line 8 of file maxslope.f.