MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / comm

Method comm

cpp/dolfinx/common/IndexMap.cpp:1008–1008  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 10

compute_submap_indicesFunction · 0.45
compute_owned_indicesMethod · 0.45
stack_index_mapsMethod · 0.45
create_sub_index_mapMethod · 0.45
IndexMapMethod · 0.45
index_to_dest_ranksMethod · 0.45
shared_indicesMethod · 0.45
weights_destMethod · 0.45
rank_typeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected