mango.DdsHaloSubDomain

class mango.DdsHaloSubDomain

Halo-sub-region data associated with MPI domain decomposition of a Dds object.

Methods

__init__ Raises an exception
asarray(...) Returns numpy.array object which references the elements of this DdsHaloSubDomain object.

Attributes

halo The size of halo/overlap (zsz, ysz, xsz) region in the MPI domain-decomposition of the Dds array.
mpi The MPI properties associated with this halo-sub-domain.
origin The halo-sub-domain origin (global index) (zidx, yidx, xidx) of the Dds array.
shape The shape (zsz, ysz, xsz) of the Dds halo-sub-domain array.

Previous topic

mango.DdsNonHaloSubDomain.shape

Next topic

mango.DdsHaloSubDomain.__init__

This Page