cf.PartitionMatrix.add_partitions

PartitionMatrix.add_partitions(adimensions, adirections, extra_boundaries, pdim)[source]

Add partition boundaries.

Parameters :
adimensions : list

The ordered dimension names of the master array.

adirections : dict or bool

The ordered dimension names of the master array.

extra_boundaries : list of int

The extra boundaries to be added.

pdim : str

The name of the dimension to have the extra boundaries added.

Previous topic

cf.PartitionMatrix.size

Next topic

cf.PartitionMatrix.change_axis_names

This Page