call psb_cdbldext(a,desc_a,nl,desc_out, info, extype)
This subroutine builds an extended communication descriptor, based on
the input descriptor desc_a
and on the stencil specified
through the input sparse matrix a
.
psb_ovt_xhal_
, psb_ovt_asov_
, default: psb_ovt_xhal_
Notes
psb_ovt_xhal_
for the extype
argument
the user will obtain a descriptor for a domain partition in which
the additional layers are fetched as part of an (extended) halo;
however the index-to-process mapping is identical to that of the
base descriptor;
psb_ovt_asov_
for the extype
argument
the user will obtain a descriptor with an overlapped decomposition:
the additional layer is aggregated to the local subdomain (and thus
is an overlap), and a new halo extending beyond the last additional
layer is formed.