![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | get_legendre_value (p2, p2der, p1, p1der, n, x) |
Computes Legendre polynomial and its derivative on a given point x. | |
subroutine get_legendre_value | ( | p2, | |
p2der, | |||
p1, | |||
p1der, | |||
n, | |||
x | |||
) |
Computes Legendre polynomial and its derivative on a given point x.
[in] | n | degree of the polynomial |
[in] | x | point |
[out] | p2 | Legendre polynomial of degree n evaluated in x |
[out] | p2der | derivative of p2 evaluated in x |
[out] | p1 | Legendre polynomial of degree n-1 evaluated in x |
[out] | p1der | derivative of p1 evaluated in x |
Definition at line 31 of file GET_LEGENDRE_VALUE.f90.
Referenced by find_root_pol(), make_lgl_nodes(), and make_lgl_nw().