cfdm.CFDMImplementation.set_cell_connectivity

CFDMImplementation.set_cell_connectivity(parent, construct, axes, copy=True, **kwargs)[source]

Insert a cell connectivity object into a field.

Added in version (cfdm): 1.11.0.0

Parameters:
parent: Field or Domain

On what to set the construct

construct: CellConnectivity

axes: tuple

copy: bool, optional

kwargs: optional

Additional parameters to the set_construct of parent that may be used by subclasses.

Returns:

str