mango.core.DdsNonHaloSubDomain

class mango.core.DdsNonHaloSubDomain

Non-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 DdsNonHaloSubDomain 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 non-halo-sub-domain.
origin The non-halo-sub-domain origin (global index) (zidx, yidx, xidx) of the Dds array.
shape The shape (zsz, ysz, xsz) of the Dds non-halo-sub-domain array.

Previous topic

mango.core.mtype.dtype

Next topic

mango.core.DdsNonHaloSubDomain.__init__

This Page