![]() |
(git:b77b4be)
|
Data Fields | |
type(dbt_tas_type), pointer | matrix_rep => NULL() |
type(nd_to_2d_mapping) | nd_index_blk |
type(nd_to_2d_mapping) | nd_index |
type(array_list) | blk_sizes |
type(array_list) | blk_offsets |
type(array_list) | nd_dist |
type(dbt_pgrid_type) | pgrid |
type(array_list) | blks_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 |
Definition at line 110 of file dbt_types.F.
type(dbt_tas_type), pointer dbt_types::dbt_type::matrix_rep => NULL() |
Definition at line 111 of file dbt_types.F.
type(nd_to_2d_mapping) dbt_types::dbt_type::nd_index_blk |
Definition at line 112 of file dbt_types.F.
type(nd_to_2d_mapping) dbt_types::dbt_type::nd_index |
Definition at line 113 of file dbt_types.F.
type(array_list) dbt_types::dbt_type::blk_sizes |
Definition at line 114 of file dbt_types.F.
type(array_list) dbt_types::dbt_type::blk_offsets |
Definition at line 115 of file dbt_types.F.
type(array_list) dbt_types::dbt_type::nd_dist |
Definition at line 116 of file dbt_types.F.
type(dbt_pgrid_type) dbt_types::dbt_type::pgrid |
Definition at line 117 of file dbt_types.F.
type(array_list) dbt_types::dbt_type::blks_local |
Definition at line 118 of file dbt_types.F.
integer, dimension(:), allocatable dbt_types::dbt_type::nblks_local |
Definition at line 119 of file dbt_types.F.
integer, dimension(:), allocatable dbt_types::dbt_type::nfull_local |
Definition at line 120 of file dbt_types.F.
logical dbt_types::dbt_type::valid = .FALSE. |
Definition at line 121 of file dbt_types.F.
logical dbt_types::dbt_type::owns_matrix = .FALSE. |
Definition at line 122 of file dbt_types.F.
character(len=default_string_length) dbt_types::dbt_type::name = "" |
Definition at line 123 of file dbt_types.F.
integer, pointer dbt_types::dbt_type::refcount => NULL() |
Definition at line 125 of file dbt_types.F.
type(dbt_contraction_storage), allocatable dbt_types::dbt_type::contraction_storage |
Definition at line 126 of file dbt_types.F.