cf.FieldList.cm

FieldList.cm(item=None, key=False, **kwargs)[source]

Return a cell measure object, or its domain identifier, from each field.

fl.cm() is equivalent to cf.List(f.cm() for f in fl).

See cf.Field.cm for details.

Parameters :
item, kwargs : optional

See cf.Field.cm for details.

key : bool, optional

See cf.Field.cm for details.

Returns :
out : cf.List

For each field, the unique cell measure object or its domain identifier or, if there isn’t a unique item, None.

Previous topic

cf.FieldList.close

Next topic

cf.FieldList.cms

This Page