| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ModSpectral_t), | intent(in) | :: | mod_spectral | |||
| integer, | intent(in) | :: | j1 | |||
| real(kind=p), | intent(in) | :: | dt | |||
| real(kind=p), | intent(in) | :: | eps | |||
| complex(kind=p), | intent(in) | :: | input(mx,nx,kx,2) | |||
| complex(kind=p), | intent(inout) | :: | fdt(mx,nx,kx) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ModSpectral_t), | intent(in) | :: | mod_spectral | |||
| integer, | intent(in) | :: | j1 | |||
| real(kind=p), | intent(in) | :: | dt | |||
| real(kind=p), | intent(in) | :: | eps | |||
| complex(kind=p), | intent(in) | :: | input(mx,nx,2) | |||
| complex(kind=p), | intent(inout) | :: | fdt(mx,nx) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ModelState_t), | intent(inout) | :: | state |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ModelState_t), | intent(inout), | target | :: | state | ||
| integer, | intent(in) | :: | j1 | |||
| integer, | intent(in) | :: | j2 | |||
| real(kind=p), | intent(in) | :: | dt |