init_beam3d Subroutine

private subroutine init_beam3d(this, pp, perr, psp, pf, qbm, dt, ci, xdim)

Arguments

Type IntentOptional AttributesName
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

Calls

proc~~init_beam3d~~CallsGraph proc~init_beam3d init_beam3d mpi_wait mpi_wait proc~init_beam3d->mpi_wait

Contents

None