MeshLoc

class ESMF.api.constants.MeshLoc(value, names=None, module=None, type=None, start=1)

The Mesh location used to hold Field data.

NODE = <MeshLoc.NODE: 0>

The nodes of the Mesh.

ELEMENT = <MeshLoc.ELEMENT: 1>

The elements of the Mesh.