Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=10), | private, | save | :: | class | = | 'fft2d:' | |
character(len=128), | private, | save | :: | erstr | |||
integer, | private, | save | :: | numtables | = | 0 | |
type(fft2d_link), | private, | target, save | :: | table_list |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
class(spect2d), | public, | pointer | :: | sp | => | null() | |
class(perrors), | public, | pointer | :: | err | => | null() | |
class(parallel_pipe), | public, | pointer | :: | p | => | null() | |
integer, | private, | dimension(2) | :: | ind | |||
integer, | private | :: | nrc | ||||
integer, | private, | dimension(:), pointer | :: | mixup | |||
complex, | private, | dimension(:), pointer | :: | sct |
generic, public :: new => init_fft2d | |
generic, public :: del => end_fft2d | |
generic, public :: fsst => iwpfsst2r | |
generic, public :: fcct => iwpfcct2r | |
generic, public :: fs3t => iwpfs3t2r | |
generic, public :: divf => ipdivfd2 | |
generic, public :: gradf => ipgradfd2 | |
generic, public :: curlf => ipcurlfd2 | |
procedure, private :: init_fft2d | |
procedure, private :: end_fft2d | |
procedure, private :: iwpfs3t2r | |
procedure, private :: iwpfcct2r | |
procedure, private :: iwpfsst2r | |
procedure, private :: ipcurlfd2 | |
procedure, private :: ipgradfd2 | |
procedure, private :: ipdivfd2 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(fft2d_link), | public, | pointer | :: | next | => | null() | |
type(fft2d), | public, | pointer | :: | table | => | null() | |
integer, | public | :: | refcount |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(parallel_pipe), | intent(in), | pointer | :: | pp | ||
class(perrors), | intent(in), | pointer | :: | perr | ||
class(spect2d), | intent(in), | pointer | :: | psp | ||
integer, | intent(in) | :: | indx | |||
integer, | intent(in) | :: | indy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(fft2d), | intent(inout) | :: | this | |||
class(parallel_pipe), | intent(in), | pointer | :: | pp | ||
class(perrors), | intent(in), | pointer | :: | perr | ||
class(spect2d), | intent(in), | pointer | :: | psp | ||
integer, | intent(in) | :: | indx | |||
integer, | intent(in) | :: | indy | |||
integer, | intent(in) | :: | nrc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(fft2d), | intent(inout) | :: | this |