![]()  | 
  
    Octopus
    
   | 
 
Data Types | |
| type | lookup_t | 
Functions/Subroutines | |
| subroutine, public | lookup_init (this, dim, nobjs, pos) | 
| subroutine, public | lookup_end (this) | 
| subroutine, public | lookup_copy (cin, cout) | 
| subroutine, public | lookup_get_list (this, npoint, points, radius, nlist, list) | 
| subroutine, public lookup_oct_m::lookup_init | ( | type(lookup_t), intent(inout) | this, | 
| integer, intent(in) | dim, | ||
| integer, intent(in) | nobjs, | ||
| real(real64), dimension(:, :), intent(in) | pos | ||
| ) | 
Definition at line 139 of file lookup.F90.
| subroutine, public lookup_oct_m::lookup_end | ( | type(lookup_t), intent(inout) | this | ) | 
Definition at line 157 of file lookup.F90.
| subroutine, public lookup_oct_m::lookup_copy | ( | type(lookup_t), intent(in) | cin, | 
| type(lookup_t), intent(inout) | cout | ||
| ) | 
Definition at line 167 of file lookup.F90.
| subroutine, public lookup_oct_m::lookup_get_list | ( | type(lookup_t), intent(in) | this, | 
| integer, intent(in) | npoint, | ||
| real(real64), dimension(:, :), intent(in) | points, | ||
| real(real64), intent(in) | radius, | ||
| integer, dimension(:), intent(out) | nlist, | ||
| integer, dimension(:, :), intent(out), optional, allocatable | list | ||
| ) | 
| [in] | points | (1:npoint, 1:thisdim) | 
Definition at line 183 of file lookup.F90.