getHermitepolynomials Subroutine

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

This function computes Hermite polinomial. It gives in output minimum

Arguments

TypeIntentOptionalAttributesName
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


Variables

TypeVisibilityAttributesNameInitial
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)