|  | 
| procedure | alloc (this, elements) | 
|  | allocate buffer 
 | 
|  | 
| procedure | dealloc (this) | 
|  | deallocate buffer 
 | 
|  | 
Definition at line 54 of file submatrix_types.F.
 
◆ alloc()
      
        
          | procedure submatrix_types::buffer_type::alloc | ( | class(buffer_type), intent(inout) | this, | 
        
          |  |  | integer, intent(in) | elements | 
        
          |  | ) |  |  | 
      
 
allocate buffer 
- Parameters
- 
  
    | this | - instance of buffer_type |  | elements | - number of elements contained in buffer |  
 
Definition at line 60 of file submatrix_types.F.
 
 
◆ dealloc()
      
        
          | procedure submatrix_types::buffer_type::dealloc | ( | class(buffer_type), intent(inout) | this | ) |  | 
      
 
 
◆ data
      
        
          | real(kind=dp), dimension(:), pointer submatrix_types::buffer_type::data => NULL() | 
      
 
 
◆ size
      
        
          | integer submatrix_types::buffer_type::size = 0 | 
      
 
 
◆ allocated
      
        
          | logical submatrix_types::buffer_type::allocated = .FALSE. | 
      
 
 
◆ mpi_request
      
        
          | type(mp_request_type) submatrix_types::buffer_type::mpi_request = mp_request_null | 
      
 
 
The documentation for this type was generated from the following file: