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

Method dest

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

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

Source from the content-addressed store, hash-verified

1312std::span<const int> IndexMap::src() const noexcept { return _src; }
1313//-----------------------------------------------------------------------------
1314std::span<const int> IndexMap::dest() const noexcept { return _dest; }
1315//-----------------------------------------------------------------------------
1316std::vector<std::int32_t> IndexMap::weights_src() const
1317{

Callers 15

test_scatter_revFunction · 0.80
test_rank_splitFunction · 0.80
get_global_indicesFunction · 0.80
exchange_ghost_indexingFunction · 0.80
compute_submap_indicesFunction · 0.80
compute_owned_indicesMethod · 0.80
stack_index_mapsMethod · 0.80
ScattererMethod · 0.80
adjust_indicesMethod · 0.80
comm_graphMethod · 0.80
transposeFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_scatter_revFunction · 0.64
test_rank_splitFunction · 0.64