eval_fit Function

public function eval_fit(is, iperp, ppar_valC)

Uses

  • proc~~eval_fit~~UsesGraph proc~eval_fit alps_analyt::eval_fit module~alps_distribution_analyt alps_distribution_analyt proc~eval_fit->module~alps_distribution_analyt module~alps_var alps_var proc~eval_fit->module~alps_var mpi mpi module~alps_var->mpi

This function evaluates the fit to f0 at and the complex parallel momentum ppar_valC. It requires the fit parameters that will be determined by the subroutine determine_param_fit.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: is

Index of species for which eval_fit is executed.

integer, intent(in) :: iperp

Index of perpendicular momentum at which eval_fit is executed.

double complex, intent(in) :: ppar_valC

Complex parallel momentum at which eval_fit is executed.

Return Value doublecomplex


Calls

proc~~eval_fit~~CallsGraph proc~eval_fit alps_analyt::eval_fit proc~distribution_analyt alps_distribution_analyt::distribution_analyt proc~eval_fit->proc~distribution_analyt proc~fit_function alps_analyt::fit_function proc~eval_fit->proc~fit_function

Called by

proc~~eval_fit~~CalledByGraph proc~eval_fit alps_analyt::eval_fit proc~landau_integrate alps_fns::landau_integrate proc~landau_integrate->proc~eval_fit proc~landau_integrate_rel alps_fns_rel::landau_integrate_rel proc~landau_integrate_rel->proc~eval_fit proc~output_fit alps_analyt::output_fit proc~output_fit->proc~eval_fit proc~determine_param_fit alps_analyt::determine_param_fit proc~determine_param_fit->proc~output_fit proc~full_integrate alps_fns::full_integrate proc~full_integrate->proc~landau_integrate proc~full_integrate->proc~landau_integrate_rel proc~disp alps_fns::disp proc~disp->proc~full_integrate program~alps alps program~alps->proc~determine_param_fit proc~map_search alps_fns::map_search program~alps->proc~map_search proc~om_double_scan alps_fns::om_double_scan program~alps->proc~om_double_scan proc~om_scan alps_fns::om_scan program~alps->proc~om_scan proc~refine_guess alps_fns::refine_guess program~alps->proc~refine_guess proc~calc_eigen alps_fns::calc_eigen proc~calc_eigen->proc~disp proc~map_search->proc~disp proc~map_search->proc~refine_guess proc~om_double_scan->proc~disp proc~om_double_scan->proc~calc_eigen proc~secant alps_fns::secant proc~om_double_scan->proc~secant proc~om_scan->proc~disp proc~om_scan->proc~calc_eigen proc~om_scan->proc~secant proc~refine_guess->proc~disp proc~refine_guess->proc~secant proc~secant->proc~disp

Contents