execute_private Subroutine

private subroutine execute_private(self, in, out, execute_type, aux, inplace, aux2)

Executes plan with specified auxiliary buffer

Type Bound

dtfft_plan_t

Arguments

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

Abstract plan

type(c_ptr), intent(in) :: in

Source pointer

type(c_ptr), intent(in) :: out

Target pointer

type(dtfft_execute_t), intent(in) :: execute_type

Type of execution.

type(c_ptr), intent(in) :: aux

Auxiliary pointer.

logical, intent(in) :: inplace

Inplace execution flag

type(c_ptr), intent(in) :: aux2

Second Auxiliary pointer.


Calls

proc~~execute_private~~CallsGraph proc~execute_private dtfft_plan_t%execute_private proc~execute_2d dtfft_plan_t%execute_2d proc~execute_private->proc~execute_2d proc~execute_2d_reshape dtfft_plan_t%execute_2d_reshape proc~execute_private->proc~execute_2d_reshape proc~execute_generic dtfft_plan_t%execute_generic proc~execute_private->proc~execute_generic proc~execute_generic_reshape dtfft_plan_t%execute_generic_reshape proc~execute_private->proc~execute_generic_reshape proc~execute_z_slab dtfft_plan_t%execute_z_slab proc~execute_private->proc~execute_z_slab proc~execute_z_slab_reshape dtfft_plan_t%execute_z_slab_reshape proc~execute_private->proc~execute_z_slab_reshape proc~execute~2 reshape_plan_base%execute proc~execute_2d->proc~execute~2 proc~execute_2d_reshape->proc~execute~2 proc~execute_generic->proc~execute~2 proc~execute_generic_reshape->proc~execute~2 proc~execute_z_slab->proc~execute_generic proc~execute_z_slab->proc~execute~2 proc~execute_z_slab_reshape->proc~execute~2 execute execute proc~execute~2->execute is_null_ptr is_null_ptr proc~execute~2->is_null_ptr proc~is_same_ptr is_same_ptr proc~execute~2->proc~is_same_ptr proc~pop_nvtx_domain_range pop_nvtx_domain_range proc~execute~2->proc~pop_nvtx_domain_range proc~push_nvtx_domain_range push_nvtx_domain_range proc~execute~2->proc~push_nvtx_domain_range interface~nvtxdomainrangepop_c nvtxDomainRangePop_c proc~pop_nvtx_domain_range->interface~nvtxdomainrangepop_c interface~nvtxdomainrangepushex_c nvtxDomainRangePushEx_c proc~push_nvtx_domain_range->interface~nvtxdomainrangepushex_c proc~astring_f2c astring_f2c proc~push_nvtx_domain_range->proc~astring_f2c proc~create_nvtx_domain create_nvtx_domain proc~push_nvtx_domain_range->proc~create_nvtx_domain proc~string_f2c string_f2c proc~astring_f2c->proc~string_f2c proc~create_nvtx_domain->proc~astring_f2c interface~nvtxdomaincreate_c nvtxDomainCreate_c proc~create_nvtx_domain->interface~nvtxdomaincreate_c

Called by

proc~~execute_private~~CalledByGraph proc~execute_private dtfft_plan_t%execute_private proc~execute_ptr dtfft_plan_t%execute_ptr proc~execute_ptr->proc~execute_private proc~dtfft_execute_c dtfft_execute_c proc~dtfft_execute_c->proc~execute_ptr proc~execute~6 dtfft_plan_t%execute proc~execute~6->proc~execute_ptr