|
real(rp) function, dimension(size(x), nord+1), public | scale_polynominal::polynominal_genlagrangepoly (nord, x_lgl, x) |
| A function to obtain the values of Lagrange basis functions which are evaluated over aribitary 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 which are evaluated over aribitary points.
|
|
subroutine, public | scale_polynominal::polynominal_genlegendrepoly_sub (nord, x, p) |
| A function to obtain the values of Legendre polynominals which are evaluated at aribitary points.
|
|
real(rp) function, dimension(size(x), nord+1), public | scale_polynominal::polynominal_genlegendrepoly (nord, x) |
| A function to obtain the values of Legendre polynominals which are evaluated at aribitary 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 polynominals which are evaluated at aribitary points.
|
|
real(rp) function, dimension(nord+1), public | scale_polynominal::polynominal_gengausslobattopt (nord) |
| A function to calcuate the Legendre-Gauss-Lobtatto (LGL) points.
|
|
real(rp) function, dimension(nord+1), public | scale_polynominal::polynominal_gengausslobattoptintweight (nord) |
| A function to calcuate the Gauss-Lobbato weights.
|
|
real(rp) function, dimension(nord), public | scale_polynominal::polynominal_gengausslegendrept (nord) |
| A function to calcuate the Gauss-Legendre points.
|
|
real(rp) function, dimension(nord), public | scale_polynominal::polynominal_gengausslegendreptintweight (nord) |
| A function to calcuate the Gauss-Legendre weights.
|
|