weights_abg Function

public pure function weights_abg(ia, ib, ig, w_i_bg) result(weight)

Calculating central moment weights This follows equation 5 in cumulent paper (Geier .et al 2017)

Arguments

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

order gamma of moments

integer, intent(in) :: ib

order gamma of moments

integer, intent(in) :: ig

order gamma of moments

real(kind=rk), intent(in) :: w_i_bg(-1:1,0:2,0:2)

partial weights_i_bg

Return Value real(kind=rk)


Called by

proc~~weights_abg~~CalledByGraph proc~weights_abg weights_abg proc~cumulant_d3q27_extended_fast cumulant_d3q27_extended_fast proc~cumulant_d3q27_extended_fast->proc~weights_abg proc~cumulant_d3q27_extended_generic cumulant_d3q27_extended_generic proc~cumulant_d3q27_extended_generic->proc~weights_abg