This function computes Hermite polinomial. It gives in output minimum
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mus_scheme_layout_type), | intent(in) | :: | layout | current layout |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | iDir | ||||
| integer, | private | :: | |||||
| real(kind=rk), | private | :: | c_x | ||||
| real(kind=rk), | private | :: | c_y | ||||
| real(kind=rk), | private | :: | c_z | ||||
| real(kind=rk), | private | :: | H(19,19) |