![]()  | 
  
    Octopus
    
   | 
 
Functions/Subroutines | |
| 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) | 
| 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 139 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 205 of file scaling_function.F90.
      
  | 
  private | 
Definition at line 240 of file scaling_function.F90.
      
  | 
  private | 
Definition at line 361 of file scaling_function.F90.