cuda_poisson_fft_t Interface

public interface cuda_poisson_fft_t

Module Procedures

private function init(mesh, xdirps, ydirps, zdirps, lowmem) result(poisson_fft)

if stretching in y is 'bottom'

Arguments

Type IntentOptional Attributes Name
type(mesh_t), intent(in) :: mesh
type(dirps_t), intent(in) :: xdirps
type(dirps_t), intent(in) :: ydirps
type(dirps_t), intent(in) :: zdirps
logical, intent(in), optional :: lowmem

Return Value type(cuda_poisson_fft_t)