| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | indx | ||||
| integer, | private | :: | indy | ||||
| integer, | private | :: | psolver | ||||
| integer, | private | :: | inorder | ||||
| class(perrors), | public, | pointer | :: | err | => | null() | |
| class(parallel_pipe), | public, | pointer | :: | p | => | null() |
| procedure, private :: init_spect2d | |
| procedure, private :: end_spect2d | |
| generic, public :: new => init_spect2d | |
| generic, public :: del => end_spect2d | |
| procedure, public :: getindx | |
| procedure, public :: getindy | |
| procedure, public :: getpsolver | |
| procedure, public :: getinorder |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(spect2d), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(spect2d), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(spect2d), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(spect2d), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(spect2d), | 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) | :: | psolver | |||
| integer, | intent(in) | :: | inorder |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(spect2d), | intent(inout) | :: | this |