Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(face), | allocatable | :: | faces_loc(:) | |||
type(face), | allocatable | :: | faces_glob(:) | |||
type(psb_desc_type), | intent(in) | :: | desc_f | |||
type(psb_desc_type), | intent(in) | :: | desc_c |
WARNING! The global results is allocated only on P0. After its usage it must be deallocated in the calling unit by means of the statement: "if(associated(glob_res)) deallocate(glob_res)"