![]() |
Octopus
|
Data Types | |
| type | lazy_8_filter_t |
Functions/Subroutines | |
| pure type(lazy_8_filter_t) function | lazy_8 () |
| Filters for interpolating scaling functions (order 8) More... | |
| subroutine, public | scaling_function (itype, nd, nrange, a, x) |
| subroutine, public | scf_recursion (itype, n_iter, n_range, kernel_scf, kern_1_scf) |
| subroutine | back_trans_8 (nd, nt, x, y) |
| subroutine | scf_recursion_8 (n_iter, n_range, kernel_scf, kern_1_scf) |
|
private |
Filters for interpolating scaling functions (order 8)
Definition at line 142 of file scaling_function.F90.
| subroutine, public scaling_function_oct_m::scaling_function | ( | integer, intent(in) | itype, |
| integer, intent(in) | nd, | ||
| integer, intent(out) | nrange, | ||
| real(real64), dimension(0:nd), intent(out) | a, | ||
| real(real64), dimension(0:nd), intent(out) | x | ||
| ) |
Definition at line 180 of file scaling_function.F90.
| subroutine, public scaling_function_oct_m::scf_recursion | ( | integer, intent(in) | itype, |
| integer, intent(in) | n_iter, | ||
| integer, intent(in) | n_range, | ||
| real(kind=8), dimension(-n_range:n_range), intent(inout) | kernel_scf, | ||
| real(kind=8), dimension(-n_range:n_range), intent(out) | kern_1_scf | ||
| ) |
Definition at line 246 of file scaling_function.F90.
|
private |
Definition at line 281 of file scaling_function.F90.
|
private |
Definition at line 330 of file scaling_function.F90.