-----------------------------------------------------------------------------
| 931 | std::int32_t IndexMap::num_ghosts() const noexcept { return _ghosts.size(); } |
| 932 | //----------------------------------------------------------------------------- |
| 933 | std::int32_t IndexMap::size_local() const noexcept |
| 934 | { |
| 935 | return _local_range[1] - _local_range[0]; |
| 936 | } |
| 937 | //----------------------------------------------------------------------------- |
| 938 | std::int64_t IndexMap::size_global() const noexcept { return _size_global; } |
| 939 | //----------------------------------------------------------------------------- |
no outgoing calls