Definition at line 183 of file partition.F90.
 
 | 
| subroutine  | partition_get_partition_number_4 (partition, np, points, partno) | 
|   | Given a list of global indices, return the partition number where those points are stored. Note that this routine will accept global indices equal to 0. In that case it will return 0 as a partition number.  More...
  | 
|   | 
| subroutine  | partition_get_partition_number_8 (partition, np, points, partno) | 
|   | 
◆ partition_get_partition_number_4()
  
  
      
        
          | subroutine partition_oct_m::partition_get_partition_number::partition_get_partition_number_4  | 
          ( | 
          type(partition_t), intent(in)  | 
          partition,  | 
         
        
           | 
           | 
          integer, intent(in)  | 
          np,  | 
         
        
           | 
           | 
          integer(int64), dimension(:), intent(in)  | 
          points,  | 
         
        
           | 
           | 
          integer, dimension(:), intent(out)  | 
          partno  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Given a list of global indices, return the partition number where those points are stored. Note that this routine will accept global indices equal to 0. In that case it will return 0 as a partition number. 
Definition at line 440 of file partition.F90.
 
 
◆ partition_get_partition_number_8()
  
  
      
        
          | subroutine partition_oct_m::partition_get_partition_number::partition_get_partition_number_8  | 
          ( | 
          type(partition_t), intent(in)  | 
          partition,  | 
         
        
           | 
           | 
          integer(int64), intent(in)  | 
          np,  | 
         
        
           | 
           | 
          integer(int64), dimension(:), intent(in)  | 
          points,  | 
         
        
           | 
           | 
          integer, dimension(:), intent(out)  | 
          partno  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this interface was generated from the following file: