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

Method ghosts

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

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

Source from the content-addressed store, hash-verified

938std::int64_t IndexMap::size_global() const noexcept { return _size_global; }
939//-----------------------------------------------------------------------------
940std::span<const std::int64_t> IndexMap::ghosts() const noexcept
941{
942 return _ghosts;
943}
944//-----------------------------------------------------------------------------
945void IndexMap::local_to_global(std::span<const std::int32_t> local,
946 std::span<std::int64_t> global) const

Callers 15

commonFunction · 0.80
get_remote_dofsFunction · 0.80
exchange_ghost_indexingFunction · 0.80
add_meshFunction · 0.80
add_topology_dataMethod · 0.80
compute_submap_indicesFunction · 0.80
compute_owned_indicesMethod · 0.80
stack_index_mapsMethod · 0.80
ScattererMethod · 0.80
local_to_globalMethod · 0.80
transposeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected