get_vel_from_pdf_compressible_vectorized Function

private pure function get_vel_from_pdf_compressible_vectorized(pdf, dens, cxDirRK, nSolve) result(vel)

function pointer to get pdf equilibrium from vel and density for any stencil

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: pdf(:,:)

pdf

real(kind=rk), intent(in) :: dens(:)

density

real(kind=rk), intent(in), optional :: cxDirRK(:,:)

velocity streaming normal along iDir

integer, intent(in) :: nSolve

number of element to compute

Return Value real(kind=rk), (3,vlen)

velocity


Calls

proc~~get_vel_from_pdf_compressible_vectorized~~CallsGraph proc~get_vel_from_pdf_compressible_vectorized get_vel_from_pdf_compressible_vectorized proc~get_vel_from_pdf_compressible get_vel_from_pdf_compressible proc~get_vel_from_pdf_compressible_vectorized->proc~get_vel_from_pdf_compressible