(git:c5411e0)
Loading...
Searching...
No Matches
dbt_types::dbt_type Type Reference

Data Fields

type(dbt_tas_type), pointer matrix_rep => NULL()
 
type(nd_to_2d_mappingnd_index_blk
 
type(nd_to_2d_mappingnd_index
 
type(array_listblk_sizes
 
type(array_listblk_offsets
 
type(array_listnd_dist
 
type(dbt_pgrid_typepgrid
 
type(array_listblks_local
 
integer, dimension(:), allocatable nblks_local
 
integer, dimension(:), allocatable nfull_local
 
logical valid = .FALSE.
 
logical owns_matrix = .FALSE.
 
character(len=default_string_length) name = ""
 
integer, pointer refcount => NULL()
 
type(dbt_contraction_storage), allocatable contraction_storage
 

Detailed Description

Definition at line 110 of file dbt_types.F.

Field Documentation

◆ matrix_rep

type(dbt_tas_type), pointer dbt_types::dbt_type::matrix_rep => NULL()

Definition at line 111 of file dbt_types.F.

◆ nd_index_blk

type(nd_to_2d_mapping) dbt_types::dbt_type::nd_index_blk

Definition at line 112 of file dbt_types.F.

◆ nd_index

type(nd_to_2d_mapping) dbt_types::dbt_type::nd_index

Definition at line 113 of file dbt_types.F.

◆ blk_sizes

type(array_list) dbt_types::dbt_type::blk_sizes

Definition at line 114 of file dbt_types.F.

◆ blk_offsets

type(array_list) dbt_types::dbt_type::blk_offsets

Definition at line 115 of file dbt_types.F.

◆ nd_dist

type(array_list) dbt_types::dbt_type::nd_dist

Definition at line 116 of file dbt_types.F.

◆ pgrid

type(dbt_pgrid_type) dbt_types::dbt_type::pgrid

Definition at line 117 of file dbt_types.F.

◆ blks_local

type(array_list) dbt_types::dbt_type::blks_local

Definition at line 118 of file dbt_types.F.

◆ nblks_local

integer, dimension(:), allocatable dbt_types::dbt_type::nblks_local

Definition at line 119 of file dbt_types.F.

◆ nfull_local

integer, dimension(:), allocatable dbt_types::dbt_type::nfull_local

Definition at line 120 of file dbt_types.F.

◆ valid

logical dbt_types::dbt_type::valid = .FALSE.

Definition at line 121 of file dbt_types.F.

◆ owns_matrix

logical dbt_types::dbt_type::owns_matrix = .FALSE.

Definition at line 122 of file dbt_types.F.

◆ name

character(len=default_string_length) dbt_types::dbt_type::name = ""

Definition at line 123 of file dbt_types.F.

◆ refcount

integer, pointer dbt_types::dbt_type::refcount => NULL()

Definition at line 125 of file dbt_types.F.

◆ contraction_storage

type(dbt_contraction_storage), allocatable dbt_types::dbt_type::contraction_storage

Definition at line 126 of file dbt_types.F.


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