Given a list of points, this function should return an array indicating for each point if it is inside the box or not.  
 More...
Given a list of points, this function should return an array indicating for each point if it is inside the box or not. 
Definition at line 165 of file box.F90.
 
◆ box_contains_points()
  
  
      
        
          | recursive logical function, dimension(1:nn) box_oct_m::box_contains_points::box_contains_points  | 
          ( | 
          class(box_t), intent(in)  | 
          this,  | 
         
        
           | 
           | 
          integer, intent(in)  | 
          nn,  | 
         
        
           | 
           | 
          real(real64), dimension(:,:), intent(in), contiguous  | 
          xx,  | 
         
        
           | 
           | 
          real(real64), intent(in), optional  | 
          tol  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
- Parameters
 - 
  
    | [in] | nn | number of points to check | 
    | [in] | xx | points to check. The sizes are (1:,1:thisdim), so that it is possible to pass an array with more points than the ones we are checking.  | 
  
   
Definition at line 165 of file box.F90.
 
 
The documentation for this interface was generated from the following file: