Functions/Subroutines | |
| subroutine, public | debye_table (n, m, p, q, z, y) |
| subroutine, public | callaway_conductivity (params, result, status) |
| subroutine, public debye::callaway_conductivity | ( | real( c_double ), dimension(20), intent(in) | params, |
| real( c_double ), intent(out) | result, | ||
| integer, intent(out) | status ) |
| subroutine, public debye::debye_table | ( | real( c_double ), intent(in) | n, |
| integer( c_int ), intent(in) | m, | ||
| integer( c_int ), intent(in) | p, | ||
| integer( c_int ), intent(in) | q, | ||
| real( c_double ), dimension( q ), intent(out) | z, | ||
| real( c_double ), dimension( q ), intent(out) | y ) |
| [in] | n | exponent value for integral |
| [in] | m | number of integration points per inteval |
| [in] | p | number of points to peak value |
| [in] | q | total number of points, n=3: 330, n=4: 237, n=5: 196 |
| [out] | z | output table of abscissae |
| [out] | y | output table of function values |