Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
class(perrors), | public, | pointer | :: | err | => | null() | |
class(parallel_pipe), | public, | pointer | :: | p | => | null() | |
integer, | private | :: | indz |
generic, public :: del => end_spect2d | |
procedure, public :: getindx | |
procedure, public :: getindy | |
procedure, public :: getpsolver | |
procedure, public :: getinorder | |
procedure, private :: init_spect3d | |
procedure, private :: end_spect2d => end_spect3d | |
generic, public :: new => init_spect2d, init_spect3d | |
procedure, public :: getindz |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(spect3d), | intent(inout) | :: | this | |||
class(parallel_pipe), | intent(in), | pointer | :: | pp | ||
class(perrors), | intent(in), | pointer | :: | perr | ||
integer, | intent(in) | :: | indx | |||
integer, | intent(in) | :: | indy | |||
integer, | intent(in) | :: | indz | |||
integer, | intent(in) | :: | psolver | |||
integer, | intent(in) | :: | inorder |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(spect3d), | intent(inout) | :: | this |