init_fpois2d Subroutine

private subroutine init_fpois2d(this, pp, perr, psp, nx, ny, ax, ay, affp)

Arguments

Type IntentOptional AttributesName
class(fpois2d), intent(inout) :: this
class(parallel_pipe), intent(in), pointer:: pp
class(perrors), intent(in), pointer:: perr
class(spect2d), intent(in), pointer:: psp
integer, intent(in) :: nx
integer, intent(in) :: ny
real, intent(in) :: ax
real, intent(in) :: ay
real, intent(in) :: affp

Calls

proc~~init_fpois2d~~CallsGraph proc~init_fpois2d init_fpois2d proc~ippoisd2init ippoisd2init proc~init_fpois2d->proc~ippoisd2init interface~mppoisd22 MPPOISD22 proc~ippoisd2init->interface~mppoisd22

Contents

None