(git:c5411e0)
Loading...
Searching...
No Matches
domain_submatrix_types::domain_submatrix_type Type Reference

Data Fields

integer domain = 0
 
real(kind=dp), dimension(:, :), allocatable mdata
 
integer nbrows = 0
 
integer nbcols = 0
 
integer nrows = 0
 
integer ncols = 0
 
integer, dimension(:), allocatable dbcsr_row
 
integer, dimension(:), allocatable dbcsr_col
 
integer, dimension(:), allocatable size_brow
 
integer, dimension(:), allocatable size_bcol
 
integer nnodes = 0
 
type(mp_comm_typegroup = mp_comm_type()
 

Detailed Description

Definition at line 32 of file domain_submatrix_types.F.

Field Documentation

◆ domain

integer domain_submatrix_types::domain_submatrix_type::domain = 0

Definition at line 33 of file domain_submatrix_types.F.

◆ mdata

real(kind=dp), dimension(:, :), allocatable domain_submatrix_types::domain_submatrix_type::mdata

Definition at line 34 of file domain_submatrix_types.F.

◆ nbrows

integer domain_submatrix_types::domain_submatrix_type::nbrows = 0

Definition at line 35 of file domain_submatrix_types.F.

◆ nbcols

integer domain_submatrix_types::domain_submatrix_type::nbcols = 0

Definition at line 36 of file domain_submatrix_types.F.

◆ nrows

integer domain_submatrix_types::domain_submatrix_type::nrows = 0

Definition at line 37 of file domain_submatrix_types.F.

◆ ncols

integer domain_submatrix_types::domain_submatrix_type::ncols = 0

Definition at line 38 of file domain_submatrix_types.F.

◆ dbcsr_row

integer, dimension(:), allocatable domain_submatrix_types::domain_submatrix_type::dbcsr_row

Definition at line 39 of file domain_submatrix_types.F.

◆ dbcsr_col

integer, dimension(:), allocatable domain_submatrix_types::domain_submatrix_type::dbcsr_col

Definition at line 40 of file domain_submatrix_types.F.

◆ size_brow

integer, dimension(:), allocatable domain_submatrix_types::domain_submatrix_type::size_brow

Definition at line 41 of file domain_submatrix_types.F.

◆ size_bcol

integer, dimension(:), allocatable domain_submatrix_types::domain_submatrix_type::size_bcol

Definition at line 42 of file domain_submatrix_types.F.

◆ nnodes

integer domain_submatrix_types::domain_submatrix_type::nnodes = 0

Definition at line 43 of file domain_submatrix_types.F.

◆ group

type(mp_comm_type) domain_submatrix_types::domain_submatrix_type::group = mp_comm_type()

Definition at line 44 of file domain_submatrix_types.F.


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