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

Public Member Functions

PROCEDURE alloc => buffer_alloc
 
PROCEDURE dealloc => buffer_dealloc
 

Data Fields

real(kind=dp), dimension(:), pointer data
 
integer size = 0
 
logical allocated = .FALSE.
 
type(mp_request_type) mpi_request = mp_request_null
 

Detailed Description

Definition at line 54 of file submatrix_types.F.

Member Function/Subroutine Documentation

◆ alloc()

PROCEDURE submatrix_types::buffer_type::alloc

Definition at line 60 of file submatrix_types.F.

◆ dealloc()

PROCEDURE submatrix_types::buffer_type::dealloc

Definition at line 61 of file submatrix_types.F.

Field Documentation

◆ data

real(kind=dp), dimension(:), pointer submatrix_types::buffer_type::data

Definition at line 55 of file submatrix_types.F.

◆ size

integer submatrix_types::buffer_type::size = 0

Definition at line 56 of file submatrix_types.F.

◆ allocated

logical submatrix_types::buffer_type::allocated = .FALSE.

Definition at line 57 of file submatrix_types.F.

◆ mpi_request

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

Definition at line 58 of file submatrix_types.F.


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