fourier_transform_over_label Subroutine

public subroutine fourier_transform_over_label(flock, fieldline_modes)

Uses

  • proc~~fourier_transform_over_label~~UsesGraph proc~fourier_transform_over_label fourier_transform_over_label module~fieldline_mod fieldline_mod proc~fourier_transform_over_label->module~fieldline_mod module~fourier fourier proc~fourier_transform_over_label->module~fourier module~constants constants module~fieldline_mod->module~constants module~fourier->module~constants

Arguments

Type IntentOptional Attributes Name
type(flock_of_fieldlines_t), intent(in) :: flock
type(fieldline_modes_t), intent(out) :: fieldline_modes

Calls

proc~~fourier_transform_over_label~~CallsGraph proc~fourier_transform_over_label fourier_transform_over_label proc~allocate_modes allocate_modes proc~fourier_transform_over_label->proc~allocate_modes proc~real_ft real_ft proc~fourier_transform_over_label->proc~real_ft proc~check_has_correct_endpoints check_has_correct_endpoints proc~real_ft->proc~check_has_correct_endpoints proc~check_is_equidistant check_is_equidistant proc~real_ft->proc~check_is_equidistant

Called by

proc~~fourier_transform_over_label~~CalledByGraph proc~fourier_transform_over_label fourier_transform_over_label proc~calc_deviation calc_deviation proc~calc_deviation->proc~fourier_transform_over_label proc~calc_offset_coefficients calc_offset_coefficients proc~calc_offset_coefficients->proc~calc_deviation program~main main program~main->proc~calc_offset_coefficients