cerberus.solvers.build_indexing

cerberus.solvers.build_indexing(name, comm)

Requests an indexing array from a solver and construct the IndexingData associated.

Parameters:
  • name (str) – Name of the indexing array to request.

  • comm (Communicator) – The communicator to use for the request.

Returns:

The requested indexing as an IndexingData object.

Return type:

IndexingData