undo_periodicity_x Subroutine

public subroutine undo_periodicity_x(f_out, f_in, nx)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(out), device, dimension(:, :, :) :: f_out
real(kind=dp), intent(in), device, dimension(:, :, :) :: f_in
integer, intent(in), value :: nx

Called by

proc~~undo_periodicity_x~~CalledByGraph proc~undo_periodicity_x m_cuda_spectral::undo_periodicity_x proc~undo_periodicity_x_cuda m_cuda_poisson_fft::cuda_poisson_fft_t%undo_periodicity_x_cuda proc~undo_periodicity_x_cuda->proc~undo_periodicity_x