This function computes Hermite polinomial. It gives in output minimum
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | nDims | number of physical dimensions |
||
integer, | intent(in) | :: | 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 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iDir | Hermite polynomials matrix |
|||
real(kind=rk), | private | :: | c_x | ||||
real(kind=rk), | private | :: | c_y | ||||
real(kind=rk), | private | :: | c_z | ||||
real(kind=rk), | private | :: | H(QQ,QQ) |