(git:c5411e0)
Loading...
Searching...
No Matches
dbt_tas_types::dbt_tas_type Type Reference

Data Fields

type(dbt_tas_distribution_typedist
 
class(dbt_tas_rowcol_data), allocatable row_blk_size
 
class(dbt_tas_rowcol_data), allocatable col_blk_size
 
type(dbm_typematrix
 
integer(kind=int_8) nblkrows = -1
 
integer(kind=int_8) nblkcols = -1
 
integer(kind=int_8) nblkrowscols_split = -1
 
integer(kind=int_8) nfullrows = -1
 
integer(kind=int_8) nfullcols = -1
 
logical valid = .FALSE.
 
integer do_batched = 0
 
type(dbt_tas_mm_storage), allocatable mm_storage
 
logical has_opt_pgrid = .FALSE.
 

Detailed Description

Definition at line 102 of file dbt_tas_types.F.

Field Documentation

◆ dist

type(dbt_tas_distribution_type) dbt_tas_types::dbt_tas_type::dist

Definition at line 103 of file dbt_tas_types.F.

◆ row_blk_size

class(dbt_tas_rowcol_data), allocatable dbt_tas_types::dbt_tas_type::row_blk_size

Definition at line 104 of file dbt_tas_types.F.

◆ col_blk_size

class(dbt_tas_rowcol_data), allocatable dbt_tas_types::dbt_tas_type::col_blk_size

Definition at line 105 of file dbt_tas_types.F.

◆ matrix

type(dbm_type) dbt_tas_types::dbt_tas_type::matrix

Definition at line 106 of file dbt_tas_types.F.

◆ nblkrows

integer(kind=int_8) dbt_tas_types::dbt_tas_type::nblkrows = -1

Definition at line 107 of file dbt_tas_types.F.

◆ nblkcols

integer(kind=int_8) dbt_tas_types::dbt_tas_type::nblkcols = -1

Definition at line 108 of file dbt_tas_types.F.

◆ nblkrowscols_split

integer(kind=int_8) dbt_tas_types::dbt_tas_type::nblkrowscols_split = -1

Definition at line 109 of file dbt_tas_types.F.

◆ nfullrows

integer(kind=int_8) dbt_tas_types::dbt_tas_type::nfullrows = -1

Definition at line 110 of file dbt_tas_types.F.

◆ nfullcols

integer(kind=int_8) dbt_tas_types::dbt_tas_type::nfullcols = -1

Definition at line 111 of file dbt_tas_types.F.

◆ valid

logical dbt_tas_types::dbt_tas_type::valid = .FALSE.

Definition at line 112 of file dbt_tas_types.F.

◆ do_batched

integer dbt_tas_types::dbt_tas_type::do_batched = 0

Definition at line 113 of file dbt_tas_types.F.

◆ mm_storage

type(dbt_tas_mm_storage), allocatable dbt_tas_types::dbt_tas_type::mm_storage

Definition at line 114 of file dbt_tas_types.F.

◆ has_opt_pgrid

logical dbt_tas_types::dbt_tas_type::has_opt_pgrid = .FALSE.

Definition at line 115 of file dbt_tas_types.F.


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