esmf

EsmfUnstructGrid.setCells(cellIndices, …)

Set Cell connectivity.

EsmfUnstructGrid.setNodes(indices, coords[, …])

Set the nodal coordinates

EsmfUnstructGrid.toVTK(filename)

Write grid to VTK file format

EsmfStructGrid.getLocalSlab(staggerloc)

Get the local slab (ellipsis).

EsmfStructGrid.getLoHiBounds(staggerloc)

Get the local lo/hi index values for the coordinates (per processor) (hi is not inclusive, lo <= index < hi)

EsmfStructGrid.getCoordShape(staggerloc)

Get the local coordinate shape (may be different on each processor)

EsmfStructGrid.setCoords(coords[, …])

Populate the grid with staggered coordinates (e.g.

EsmfStructGrid.getCoords(dim, staggerloc)

Return the coordinates for a dimension

EsmfStructGrid.setCellAreas(areas)

Set the cell areas

EsmfStructGrid.getCellAreas()

Get Cell Areas

EsmfStructGrid.getMask([staggerloc])

Get mask array.

EsmfStructGrid.setMask(mask[, staggerloc])

Set mask array.

EsmfStructField.getPointer()

Get field data as a flat array

EsmfStructField.getData(rootPe)

Get field data as a numpy array

EsmfStructField.setLocalData(data, staggerloc)

Set local field data

EsmfRegrid.getSrcAreas(rootPe)

Get the src grid areas as used by conservative interpolation

EsmfRegrid.getDstAreas(rootPe)

Get the dst grid areas as used by conservative interpolation

EsmfRegrid.getSrcAreaFractions(rootPe)

Get the source grid fraction areas as used by conservative interpolation

EsmfRegrid.getDstAreaFractions(rootPe)

Get the destination grid fraction areas as used by conservative interpolation