base/modules/psb_desc_type.f90

Further comment changes.
psblas3-type-indexed
Salvatore Filippone 17 years ago
parent a6101d4d4e
commit 3e80688ff6

@ -281,11 +281,12 @@ module psb_descriptor_type
! !
type psb_desc_type type psb_desc_type
integer, allocatable :: matrix_data(:) integer, allocatable :: matrix_data(:)
integer, allocatable :: halo_index(:), ext_index(:) integer, allocatable :: halo_index(:)
integer, allocatable :: bnd_elem(:) integer, allocatable :: ext_index(:)
integer, allocatable :: ovrlap_index(:) integer, allocatable :: ovrlap_index(:)
integer, allocatable :: ovrlap_elem(:,:) integer, allocatable :: ovrlap_elem(:,:)
integer, allocatable :: ovr_mst_idx(:) integer, allocatable :: ovr_mst_idx(:)
integer, allocatable :: bnd_elem(:)
integer, allocatable :: loc_to_glob(:) integer, allocatable :: loc_to_glob(:)
integer, allocatable :: glob_to_loc (:) integer, allocatable :: glob_to_loc (:)
integer, allocatable :: hashv(:), glb_lc(:,:), ptree(:) integer, allocatable :: hashv(:), glb_lc(:,:), ptree(:)

Loading…
Cancel
Save