get_z_slab_enabled Function

private function get_z_slab_enabled(self, error_code)

Returns logical value is Z-slab optimization enabled internally

Type Bound

dtfft_plan_t

Arguments

Type IntentOptional Attributes Name
class(dtfft_plan_t), intent(in) :: self

Abstract plan

integer(kind=int32), intent(out), optional :: error_code

Optional error code returned to user

Return Value logical


Called by

proc~~get_z_slab_enabled~~CalledByGraph proc~get_z_slab_enabled dtfft_plan_t%get_z_slab_enabled proc~dtfft_get_z_slab_enabled_c dtfft_get_z_slab_enabled_c proc~dtfft_get_z_slab_enabled_c->proc~get_z_slab_enabled