| 
| subroutine  | distributed_vector_update_finish (DISTRIBUTED_VECTOR, ERR, ERROR,) | 
|   | Finishes the (ghost) update procedure for a distributed vector. This routine will wait until all transfers have completed!  More...
  | 
|   | 
  
  
      
        
          | subroutine distributed_matrix_vector::distributedvector_updatefinish::distributed_vector_update_finish  | 
          ( | 
          type(distributed_vector_type), pointer  | 
          DISTRIBUTED_VECTOR,  | 
         
        
           | 
           | 
          integer(intg), intent(out)  | 
          ERR,  | 
         
        
           | 
           | 
          type(varying_string), intent(out)  | 
          ERROR  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Finishes the (ghost) update procedure for a distributed vector. This routine will wait until all transfers have completed! 
- Parameters
 - 
  
     | distributed_vector | A pointer to the distributed vector | 
    | [out] | err | The error code | 
    | [out] | error | The error string  | 
  
   
Definition at line 7725 of file distributed_matrix_vector.f90.