mpi_array.update.HaloSingleExtentUpdate¶
-
class
mpi_array.update.HaloSingleExtentUpdate(dst_extent, src_extent, update_extent)[source]¶ Bases:
mpi_array.update.ExtentUpdateSource and destination indexing info for updating a halo portion.
Methods
__init__(dst_extent, src_extent, update_extent)Attributes
dst_extentThe locale LocaleExtentwhich is to receive sub-array update.src_extentThe locale CartLocaleExtentfrom which the sub-array update is read.update_extentThe IndexingExtentindicating the halo sub-array which is to be updated.