(git:c5411e0)
Loading...
Searching...
No Matches
submatrix_types::intbuffer_type Type Reference

Public Member Functions

procedure alloc (this, elements)
 allocate integer buffer
 
procedure dealloc (this)
 deallocate integer buffer
 

Data Fields

integer, dimension(:), pointer data
 
integer size = 0
 
logical allocated = .FALSE.
 
type(mp_request_typempi_request = mp_request_null
 

Detailed Description

Definition at line 43 of file submatrix_types.F.

Member Function/Subroutine Documentation

◆ 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.

Field Documentation

◆ data

integer, dimension(:), pointer submatrix_types::intbuffer_type::data

Definition at line 44 of file submatrix_types.F.

◆ size

integer submatrix_types::intbuffer_type::size = 0

Definition at line 45 of file submatrix_types.F.

◆ allocated

logical submatrix_types::intbuffer_type::allocated = .FALSE.

Definition at line 46 of file submatrix_types.F.

◆ mpi_request

type(mp_request_type) submatrix_types::intbuffer_type::mpi_request = mp_request_null

Definition at line 47 of file submatrix_types.F.


The documentation for this type was generated from the following file: