getHermitepolynomials Subroutine

public subroutine getHermitepolynomials(nDims, QQ, layout, H_order)

This function computes Hermite polinomial. It gives in output minimum

Arguments

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

number of physical dimensions

integer, intent(in) :: QQ

number of stencil streaming directions

type(mus_scheme_layout_type), intent(in) :: layout

current layout

integer, intent(in) :: H_order

maximum order of the Hermite polynomials


Calls

proc~~gethermitepolynomials~~CallsGraph proc~gethermitepolynomials getHermitepolynomials proc~tem_abort tem_abort proc~gethermitepolynomials->proc~tem_abort

Contents