ply_beta Function

private function ply_beta(mode) result(beta)

Coefficients from the recursive formulation of legendre polynomials. L_n = alpha * x * L_n-1 + beta * L_n-2

Arguments

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

The current mode in the polynomial representation.

Return Value real(kind=rk)

Beta coefficient from the recursive formulation of legendre polynomials.