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