calc_deviation Subroutine

public subroutine calc_deviation(flock, deviation_A, deviation_B)

Uses

  • proc~~calc_deviation~~UsesGraph proc~calc_deviation calc_deviation module~error_handling error_handling proc~calc_deviation->module~error_handling module~fieldline_labels fieldline_labels proc~calc_deviation->module~fieldline_labels module~fit_functions fit_functions proc~calc_deviation->module~fit_functions module~surface_average_mod surface_average_mod proc~calc_deviation->module~surface_average_mod module~constants constants module~fieldline_labels->module~constants module~fit_functions->module~constants module~surface_average_mod->module~constants

Arguments

Type IntentOptional Attributes Name
type(flock_of_fieldlines_t), intent(in) :: flock
real(kind=dp), intent(out) :: deviation_A
real(kind=dp), intent(out) :: deviation_B

Calls

proc~~calc_deviation~~CallsGraph proc~calc_deviation calc_deviation proc~calc_surface_averages calc_surface_averages proc~calc_deviation->proc~calc_surface_averages proc~failed_sanity_check failed_sanity_check proc~calc_deviation->proc~failed_sanity_check proc~fourier_transform_over_label fourier_transform_over_label proc~calc_deviation->proc~fourier_transform_over_label proc~s_a S_A proc~calc_deviation->proc~s_a proc~s_b S_B proc~calc_deviation->proc~s_b 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~~calc_deviation~~CalledByGraph proc~calc_deviation calc_deviation proc~calc_offset_coefficients calc_offset_coefficients proc~calc_offset_coefficients->proc~calc_deviation program~main main program~main->proc~calc_offset_coefficients