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

Method src

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

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

Source from the content-addressed store, hash-verified

1310}
1311//-----------------------------------------------------------------------------
1312std::span<const int> IndexMap::src() const noexcept { return _src; }
1313//-----------------------------------------------------------------------------
1314std::span<const int> IndexMap::dest() const noexcept { return _dest; }
1315//-----------------------------------------------------------------------------

Callers 14

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
transposeFunction · 0.80
fetch_ghost_rowsFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_scatter_revFunction · 0.64
test_rank_splitFunction · 0.64