User`s guide

12-3
Old Function Name New Function Name
codcolon codistributed.colon
codistributed(..., 'convert') codistributed(...)
codistributed(...) without 'convert'
option
codistributed.build
codistributed(L, D) using distribution
scheme of D to define that of L
codistributed.build(L,
getCodistributor(D))
codistributor('1d', ...) Still available, but can also use codistributor1d
codistributor('2d', ...) codistributor('2dbc', ...) or
codistributor2dbc
codistributor(arrayname) getCodistributor
defaultLabGrid codistributor2dbc.defaultLabGrid
defaultPartition codistributor1d.defaultPartition
isa(X, 'codistributed') Still available, but can also use
iscodistributed(X)
localPart getLocalPart
redistribute(D) using default distribution
scheme
redistribute(D, codistributor())
redistribute(D1, D2) using distribution
scheme of D2 to define that of D1
redistribute(D1, getCodistributor(D2))
Some object methods are now properties:
Old Method Name New Property Name
blockSize(codistObj) codistObj.BlockSize
defaultBlockSize codistributor2dbc.defaultBlockSize
distributionDimension(codistObj) codistObj.Dimension
distributionPartition(codistObj) codistObj.Partition
labGrid(codistObj) codistObj.LabGrid