get_momentVector Function

public pure function get_momentVector(QQ, cxDir, expX) result(mom)

get the moment vector to calculate the moment from the pdf

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: QQ
integer, intent(in) :: cxDir(3,QQ)
integer, intent(in) :: expX(3)

exponents of the moments

Return Value real(kind=rk)(QQ)

moment vector


Calls

proc~~get_momentvector~~CallsGraph proc~get_momentvector get_momentVector proc~mus_imomvector mus_iMomVector proc~get_momentvector->proc~mus_imomvector

Called by

proc~~get_momentvector~~CalledByGraph proc~get_momentvector get_momentVector proc~init_transformation_matrix_ms init_transformation_matrix_MS proc~init_transformation_matrix_ms->proc~get_momentvector proc~get_moment get_moment proc~get_moment->proc~get_momentvector proc~init_transformation_matrix_fluid init_transformation_matrix_fluid proc~init_transformation_matrix_fluid->proc~get_momentvector proc~mus_init_moments mus_init_moments proc~mus_init_moments->proc~init_transformation_matrix_ms proc~mus_init_moments->proc~init_transformation_matrix_fluid proc~mus_init_scheme mus_init_scheme proc~mus_init_scheme->proc~mus_init_moments proc~mus_initialize mus_initialize proc~mus_initialize->proc~mus_init_scheme program~mus_harvesting mus_harvesting program~mus_harvesting->proc~mus_init_scheme proc~mus_perform_dynloadbal mus_perform_dynLoadBal proc~mus_perform_dynloadbal->proc~mus_init_scheme

Contents

None