Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=10), | private | :: | class | = | 'part3d:' | ||
character(len=128), | private | :: | erstr | ||||
real, | private, | dimension(:,:), allocatable | :: | sbufl | |||
real, | private, | dimension(:,:), allocatable | :: | sbufr | |||
real, | private, | dimension(:,:), allocatable | :: | rbufl | |||
real, | private, | dimension(:,:), allocatable | :: | rbufr | |||
integer, | private, | dimension(:), allocatable | :: | ihole | |||
integer, | private | :: | szbuf | = | 0 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
class(spect3d), | public, | pointer | :: | sp | => | null() | |
class(perrors), | public, | pointer | :: | err | => | null() | |
class(parallel_pipe), | public, | pointer | :: | p | => | null() | |
real, | private | :: | qbm | ||||
real, | private | :: | dt | ||||
real, | private | :: | ci | ||||
integer, | private | :: | npmax | ||||
integer, | private | :: | nbmax | ||||
integer, | private | :: | xdim | ||||
integer, | private | :: | npp | = | 0 | ||
real, | private, | dimension(:,:), pointer | :: | part | => | null() | |
real, | private, | dimension(:,:), pointer | :: | pbuff | => | null() |
generic, public :: new => init_part3d | |
generic, public :: del => end_part3d | |
generic, public :: push => partpush | |
generic, public :: pmv => pmove | |
generic, public :: qdp => qdeposit | |
generic, public :: wr => writehdf5_part3d | |
generic, public :: wrst => writerst_part3d | |
generic, public :: rrst => readrst_part3d | |
procedure, private :: init_part3d | |
procedure, private :: end_part3d | |
procedure, private :: partpush | |
procedure, private :: pmove | |
procedure, private :: writehdf5_part3d | |
procedure, private :: qdeposit | |
procedure, private :: readrst_part3d | |
procedure, private :: writerst_part3d | |
procedure, public :: getnpp |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(part3d), | intent(inout) | :: | this | |||
class(parallel_pipe), | intent(in), | pointer | :: | pp | ||
class(perrors), | intent(in), | pointer | :: | perr | ||
class(spect3d), | intent(in), | pointer | :: | psp | ||
class(fdist3d), | intent(inout) | :: | pf | |||
class(ufield3d), | intent(in), | pointer | :: | fd | ||
real, | intent(in) | :: | qbm | |||
real, | intent(in) | :: | dt | |||
real, | intent(in) | :: | ci | |||
integer, | intent(in) | :: | xdim |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(part3d), | intent(inout) | :: | this |