|
real(rp) function, dimension(size(x), nord+1), public | scale_polynominal::polynominal_genlagrangepoly (nord, x_lgl, x) |
| A function to obtain the Lagrange basis functions related to the Gauss-Legendre-Lobatto (GLL) points.
|
real(rp) function, dimension(nord+1, nord+1), public | scale_polynominal::polynominal_gendlagrangepoly_lglpt (nord, x_lgl) |
| A function to obtain the differential values of Lagrange basis functions at the GLL points.
|
subroutine, public | scale_polynominal::polynominal_genlegendrepoly_sub (nord, x, p) |
| A function to obtain the values of Legendre polynomials which are evaluated at arbitrary points.
|
real(rp) function, dimension(size(x), nord+1), public | scale_polynominal::polynominal_genlegendrepoly (nord, x) |
| A function to obtain the values of Legendre polynomials which are evaluated at arbitrary points.
|
real(rp) function, dimension(size(x), nord+1), public | scale_polynominal::polynominal_gendlegendrepoly (nord, x, p) |
| A function to obtain differential values of Legendre polynomials which are evaluated at arbitrary points.
|
real(rp) function, dimension(nord+1), public | scale_polynominal::polynominal_gengausslobattopt (nord) |
| A function to calculate the Legendre-Gauss-Lobatto (LGL) points.
|
real(rp) function, dimension(nord+1), public | scale_polynominal::polynominal_gengausslobattoptintweight (nord) |
| A function to calculate the Gauss-Lobbato weights.
|
real(rp) function, dimension(nord), public | scale_polynominal::polynominal_gengausslegendrept (nord) |
| A function to calculate the Gauss-Legendre (GL) points.
|
real(rp) function, dimension(nord), public | scale_polynominal::polynominal_gengausslegendreptintweight (nord) |
| A function to calculate the Gauss-Legendre (GL) weights.
|