Go to the source code of this file.
|
subroutine | fdiss3d (FDX, FDY, NPOIN2, XK, NDIRE, FS, NF) |
|
◆ fdiss3d()
subroutine fdiss3d |
( |
double precision, dimension(npoin2), intent(inout) |
FDX, |
|
|
double precision, dimension(npoin2), intent(inout) |
FDY, |
|
|
integer, intent(in) |
NPOIN2, |
|
|
double precision, dimension(npoin2,nf), intent(in) |
XK, |
|
|
integer, intent(in) |
NDIRE, |
|
|
double precision, dimension(npoin2,ndire,nf), intent(in) |
FS, |
|
|
integer, intent(in) |
NF |
|
) |
| |
- Parameters
-
[in] | npoin2 | FS Variance density directional spectrum |
[out] | FDX | Surface stress along x |
[out] | FDY | Surface stress along y |
[in] | NF | Number of frequencies |
[in] | NDIRE | Number of directions |
[in] | NPOIN2 | Number of points in 2d mesh |
[in] | XK | Discretized wave number |
[in] | ndire | FS Variance density directional spectrum |
[out] | FDX | Surface stress along x |
[out] | FDY | Surface stress along y |
[in] | NF | Number of frequencies |
[in] | NDIRE | Number of directions |
[in] | NPOIN2 | Number of points in 2d mesh |
[in] | XK | Discretized wave number |
[in] | nf | FS Variance density directional spectrum |
[out] | FDX | Surface stress along x |
[out] | FDY | Surface stress along y |
[in] | NF | Number of frequencies |
[in] | NDIRE | Number of directions |
[in] | NPOIN2 | Number of points in 2d mesh |
[in] | XK | Discretized wave number |
Definition at line 5 of file fdiss3d.f.