Octopus
lookup_oct_m Module Reference

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)
 

Function/Subroutine Documentation

◆ lookup_init()

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.

◆ lookup_end()

subroutine, public lookup_oct_m::lookup_end ( type(lookup_t), intent(inout)  this)

Definition at line 157 of file lookup.F90.

◆ lookup_copy()

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.

◆ lookup_get_list()

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 
)
Parameters
[in]points(1:npoint, 1:thisdim)

Definition at line 183 of file lookup.F90.