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