-----------------------------------------------------------------------------
| 1006 | } |
| 1007 | //----------------------------------------------------------------------------- |
| 1008 | MPI_Comm IndexMap::comm() const { return _comm.comm(); } |
| 1009 | //---------------------------------------------------------------------------- |
| 1010 | graph::AdjacencyList<int> IndexMap::index_to_dest_ranks(int tag) const |
| 1011 | { |
no outgoing calls
no test coverage detected