FE-Project
|
module common / Polynominal More...
Functions/Subroutines | |
real(rp) function, dimension(size(x), nord+1), public | 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 | 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 | 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 | 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 | 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 | polynominal_gengausslobattopt (nord) |
A function to calcuate the Legendre-Gauss-Lobtatto (LGL) points. | |
real(rp) function, dimension(nord+1), public | polynominal_gengausslobattoptintweight (nord) |
A function to calcuate the Gauss-Lobbato weights. | |
real(rp) function, dimension(nord), public | polynominal_gengausslegendrept (nord) |
A function to calcuate the Gauss-Legendre points. | |
real(rp) function, dimension(nord), public | polynominal_gengausslegendreptintweight (nord) |
A function to calcuate the Gauss-Legendre weights. | |
module common / Polynominal
real(rp) function, dimension(size(x), nord+1), public scale_polynominal::polynominal_genlagrangepoly | ( | integer, intent(in) | nord, |
real(rp), dimension(nord+1), intent(in) | x_lgl, | ||
real(rp), dimension(:), intent(in) | x ) |
A function to obtain the values of Lagrange basis functions which are evaluated over aribitary points.
Definition at line 64 of file scale_polynominal.F90.
References polynominal_gendlegendrepoly(), and polynominal_genlegendrepoly().
Referenced by scale_element_hexahedral::hexhedralelement_init(), scale_element_line::lineelement_init(), and scale_element_quadrilateral::quadrilateralelement_init().
real(rp) function, dimension(nord+1, nord+1), public scale_polynominal::polynominal_gendlagrangepoly_lglpt | ( | integer, intent(in) | nord, |
real(rp), dimension(nord+1), intent(in) | x_lgl ) |
A function to obtain the differential values of Lagrange basis functions which are evaluated over aribitary points.
Definition at line 100 of file scale_polynominal.F90.
References polynominal_genlegendrepoly().
Referenced by scale_element_hexahedral::hexhedralelement_init(), scale_element_line::lineelement_init(), and scale_element_quadrilateral::quadrilateralelement_init().
subroutine, public scale_polynominal::polynominal_genlegendrepoly_sub | ( | integer, intent(in) | nord, |
real(rp), dimension(:), intent(in) | x, | ||
real(rp), dimension(size(x), nord+1), intent(out) | p ) |
A function to obtain the values of Legendre polynominals which are evaluated at aribitary points.
Definition at line 140 of file scale_polynominal.F90.
Referenced by scale_file_common_meshfield::file_common_meshfield_put_field1d_cartesbuf(), scale_file_common_meshfield::file_common_meshfield_put_field2d_cartesbuf(), scale_file_common_meshfield::file_common_meshfield_put_field3d_cartesbuf(), and polynominal_genlegendrepoly().
real(rp) function, dimension(size(x), nord+1), public scale_polynominal::polynominal_genlegendrepoly | ( | integer, intent(in) | nord, |
real(rp), dimension(:), intent(in) | x ) |
A function to obtain the values of Legendre polynominals which are evaluated at aribitary points.
Definition at line 168 of file scale_polynominal.F90.
References polynominal_genlegendrepoly_sub().
Referenced by scale_file_common_meshfield::file_common_meshfield_put_field2d_cubedsphere_cartesbuf(), scale_element_hexahedral::hexhedralelement_init(), scale_element_line::lineelement_init(), polynominal_gendlagrangepoly_lglpt(), polynominal_gengausslegendreptintweight(), polynominal_gengausslobattoptintweight(), polynominal_genlagrangepoly(), and scale_element_quadrilateral::quadrilateralelement_init().
real(rp) function, dimension(size(x), nord+1), public scale_polynominal::polynominal_gendlegendrepoly | ( | integer, intent(in) | nord, |
real(rp), dimension(:), intent(in) | x, | ||
real(rp), dimension(:,:), intent(in) | p ) |
A function to obtain differential values of Legendre polynominals which are evaluated at aribitary points.
Definition at line 184 of file scale_polynominal.F90.
Referenced by scale_element_hexahedral::hexhedralelement_init(), scale_element_line::lineelement_init(), polynominal_gengausslegendreptintweight(), polynominal_genlagrangepoly(), and scale_element_quadrilateral::quadrilateralelement_init().
real(rp) function, dimension(nord+1), public scale_polynominal::polynominal_gengausslobattopt | ( | integer, intent(in) | nord | ) |
A function to calcuate the Legendre-Gauss-Lobtatto (LGL) points.
Definition at line 213 of file scale_polynominal.F90.
Referenced by scale_element_hexahedral::hexhedralelement_init(), scale_element_line::lineelement_init(), polynominal_gengausslobattoptintweight(), and scale_element_quadrilateral::quadrilateralelement_init().
real(rp) function, dimension(nord+1), public scale_polynominal::polynominal_gengausslobattoptintweight | ( | integer, intent(in) | nord | ) |
A function to calcuate the Gauss-Lobbato weights.
Definition at line 232 of file scale_polynominal.F90.
References polynominal_gengausslobattopt(), and polynominal_genlegendrepoly().
Referenced by scale_atm_dyn_dgm_trcadvect3d_heve::atm_dyn_dgm_trcadvect3d_heve_init(), scale_atm_phy_mp_dgm_common::atm_phy_mp_dgm_common_gen_intweight(), scale_element_hexahedral::hexhedralelement_init(), scale_element_line::lineelement_init(), and scale_element_quadrilateral::quadrilateralelement_init().
real(rp) function, dimension(nord), public scale_polynominal::polynominal_gengausslegendrept | ( | integer, intent(in) | nord | ) |
A function to calcuate the Gauss-Legendre points.
Definition at line 253 of file scale_polynominal.F90.
Referenced by scale_element_hexahedral::hexhedralelement_init(), scale_element_line::lineelement_init(), polynominal_gengausslegendreptintweight(), and scale_element_quadrilateral::quadrilateralelement_init().
real(rp) function, dimension(nord), public scale_polynominal::polynominal_gengausslegendreptintweight | ( | integer, intent(in) | nord | ) |
A function to calcuate the Gauss-Legendre weights.
Definition at line 267 of file scale_polynominal.F90.
References polynominal_gendlegendrepoly(), polynominal_gengausslegendrept(), and polynominal_genlegendrepoly().
Referenced by scale_element_hexahedral::hexhedralelement_init(), scale_element_line::lineelement_init(), and scale_element_quadrilateral::quadrilateralelement_init().