(git:3add494)
submatrix_types::intbuffer_type Type Reference

Public Member Functions

PROCEDURE alloc => intbuffer_alloc
 
PROCEDURE dealloc => intbuffer_dealloc
 

Data Fields

integer, dimension(:), pointer data
 
integer size = 0
 
logical allocated = .FALSE.
 
type(mp_request_type) mpi_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

Definition at line 49 of file submatrix_types.F.

◆ dealloc()

PROCEDURE submatrix_types::intbuffer_type::dealloc

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: