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

Method local_range

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

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

Source from the content-addressed store, hash-verified

924}
925//-----------------------------------------------------------------------------
926std::array<std::int64_t, 2> IndexMap::local_range() const noexcept
927{
928 return _local_range;
929}
930//-----------------------------------------------------------------------------
931std::int32_t IndexMap::num_ghosts() const noexcept { return _ghosts.size(); }
932//-----------------------------------------------------------------------------

Callers 4

compute_submap_indicesFunction · 0.45
compute_owned_indicesMethod · 0.45
stack_index_mapsMethod · 0.45
ScattererMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected