Functions/Subroutines | |
| subroutine, public | intpoints_gauss (n, w, xi) |
| subroutine, public | intpoints_gauss_quadruple (n, w, xi) |
| subroutine, public | intpoints_lobatto (n, w, xi) |
Variables | |
| integer, parameter, public | quadruple = selected_real_kind(r=60) |
| integer, parameter, public | qp = quadruple |
| subroutine, public intpoints::intpoints_gauss | ( | integer( c_int ), intent(in) | n, |
| real( c_double ), dimension( n ), intent(inout) | w, | ||
| real( c_double ), dimension( n ), intent(inout) | xi ) |
| [in] | n | number of integration points |
| [in,out] | w | weighting factors |
| [in,out] | xi | integration points |
| subroutine, public intpoints::intpoints_gauss_quadruple | ( | integer( c_int ), intent(in) | n, |
| real( quadruple ), dimension( n ), intent(inout) | w, | ||
| real( quadruple ), dimension( n ), intent(inout) | xi ) |
| [in] | n | number of integration points |
| [in,out] | w | weighting factors |
| [in,out] | xi | integration points |
| subroutine, public intpoints::intpoints_lobatto | ( | integer( c_int ), intent(in) | n, |
| real( c_double ), dimension( n ), intent(inout) | w, | ||
| real( c_double ), dimension( n ), intent(inout) | xi ) |
| [in] | n | number of integration points |
| [in,out] | w | weighting factors |
| [in,out] | xi | integration points |
| integer, parameter, public intpoints::qp = quadruple |
| integer, parameter, public intpoints::quadruple = selected_real_kind(r=60) |