Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=10), | private | :: | class | = | 'beam3d:' | ||
character(len=128), | private | :: | erstr |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
class(spect3d), | public, | pointer | :: | sp | => | null() | |
class(perrors), | public, | pointer | :: | err | => | null() | |
class(parallel_pipe), | public, | pointer | :: | p | => | null() | |
class(part3d), | private, | pointer | :: | pd | |||
class(field3d), | private, | pointer | :: | q | => | null() | |
class(fdist3d), | private, | pointer | :: | pf | => | null() |
generic, public :: new => init_beam3d | |
generic, public :: del => end_beam3d | |
generic, public :: push => push_beam3d | |
generic, public :: pmv => pmove_beam3d | |
generic, public :: qdp => qdeposit_beam3d, qdpcopy_beam3d | |
generic, public :: wr => writehdf5_beam3d | |
generic, public :: wrq => writeq_beam3d, writeqslice_beam3d | |
generic, public :: wrst => writerst_beam3d | |
generic, public :: rrst => readrst_beam3d | |
procedure, private :: init_beam3d | |
procedure, private :: end_beam3d | |
procedure, private :: push_beam3d | |
procedure, private :: pmove_beam3d | |
procedure, private :: writehdf5_beam3d | |
procedure, private :: qdeposit_beam3d | |
procedure, private :: readrst_beam3d | |
procedure, private :: writerst_beam3d | |
procedure, private :: writeqslice_beam3d | |
procedure, private :: writeq_beam3d | |
procedure, private :: qdpcopy_beam3d |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(beam3d), | 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), | target | :: | pf | ||
real, | intent(in) | :: | qbm | |||
real, | intent(in) | :: | dt | |||
real, | intent(in) | :: | ci | |||
integer, | intent(in) | :: | xdim |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(beam3d), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(beam3d), | intent(inout) | :: | this | |||
integer, | intent(inout) | :: | id1 | |||
integer, | intent(inout) | :: | id2 | |||
integer, | intent(inout) | :: | id3 | |||
integer, | intent(inout) | :: | tag1 | |||
integer, | intent(inout) | :: | tag2 |