weights_from_layout Function

public pure function weights_from_layout(layout_weight) result(w)

allocate weights from D3Q27 ordered disposition to cumulant disposition

Arguments

TypeIntentOptionalAttributesName
real(kind=rk), intent(in) :: layout_weight(27)

layout weights

Return Value real(kind=rk)(-1:1,-1:1,-1:1)


Called by

proc~~weights_from_layout~~CalledByGraph proc~weights_from_layout weights_from_layout proc~cumulant_d3q27_extended_generic cumulant_d3q27_extended_generic proc~cumulant_d3q27_extended_generic->proc~weights_from_layout proc~cumulant_d3q27_extended_fast cumulant_d3q27_extended_fast proc~cumulant_d3q27_extended_fast->proc~weights_from_layout

Contents

None