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