DOLFINx 0.7.3
DOLFINx C++ interface
|
This is the complete list of members for IndexMap, including all inherited members.
comm() const | IndexMap | |
create_submap(std::span< const std::int32_t > indices) const | IndexMap | |
dest() const noexcept | IndexMap | |
ghosts() const noexcept | IndexMap | |
global_indices() const | IndexMap | |
global_to_local(std::span< const std::int64_t > global, std::span< std::int32_t > local) const | IndexMap | |
imbalance() const | IndexMap | |
index_to_dest_ranks() const | IndexMap | |
IndexMap(MPI_Comm comm, std::int32_t local_size) | IndexMap | |
IndexMap(MPI_Comm comm, std::int32_t local_size, std::span< const std::int64_t > ghosts, std::span< const int > owners) | IndexMap | |
IndexMap(MPI_Comm comm, std::int32_t local_size, const std::array< std::vector< int >, 2 > &src_dest, std::span< const std::int64_t > ghosts, std::span< const int > owners) | IndexMap | |
IndexMap(const IndexMap &map)=delete (defined in IndexMap) | IndexMap | |
IndexMap(IndexMap &&map)=default | IndexMap | |
local_range() const noexcept | IndexMap | |
local_to_global(std::span< const std::int32_t > local, std::span< std::int64_t > global) const | IndexMap | |
num_ghosts() const noexcept | IndexMap | |
operator=(IndexMap &&map)=default | IndexMap | |
operator=(const IndexMap &map)=delete (defined in IndexMap) | IndexMap | |
overlapped() const noexcept | IndexMap | |
owners() const | IndexMap | inline |
shared_indices() const | IndexMap | |
size_global() const noexcept | IndexMap | |
size_local() const noexcept | IndexMap | |
src() const noexcept | IndexMap | |
~IndexMap()=default | IndexMap |