DOLFINx
0.4.1
DOLFINx C++ interface
|
This is the complete list of members for IndexMap, including all inherited members.
comm() const | IndexMap | |
comm(Direction dir) const | IndexMap | |
compute_shared_indices() const | IndexMap | |
create_submap(const xtl::span< const std::int32_t > &indices) const | IndexMap | |
Direction enum name | IndexMap | |
ghost_owners() const | IndexMap | |
ghosts() const noexcept | IndexMap | |
global_indices() const | IndexMap | |
global_to_local(const xtl::span< const std::int64_t > &global, const xtl::span< std::int32_t > &local) const | IndexMap | |
IndexMap(MPI_Comm comm, std::int32_t local_size) | IndexMap | |
IndexMap(MPI_Comm comm, std::int32_t local_size, const xtl::span< const int > &dest_ranks, const xtl::span< const std::int64_t > &ghosts, const xtl::span< const int > &src_ranks) | IndexMap | |
IndexMap(const IndexMap &map)=delete (defined in IndexMap) | IndexMap | |
IndexMap(IndexMap &&map)=default | IndexMap | |
local_range() const noexcept | IndexMap | |
local_to_global(const xtl::span< const std::int32_t > &local, const xtl::span< std::int64_t > &global) const | IndexMap | |
Mode enum name | IndexMap | |
num_ghosts() const noexcept | IndexMap | |
operator=(IndexMap &&map)=default | IndexMap | |
operator=(const IndexMap &map)=delete (defined in IndexMap) | IndexMap | |
scatter_fwd(const xtl::span< const T > &local_data, xtl::span< T > remote_data, int n) const | IndexMap | inline |
scatter_fwd_begin(const xtl::span< const T > &send_buffer, MPI_Datatype &data_type, MPI_Request &request, const xtl::span< T > &recv_buffer) const | IndexMap | inline |
scatter_fwd_end(MPI_Request &request) const | IndexMap | inline |
scatter_fwd_ghost_positions() const noexcept | IndexMap | |
scatter_fwd_indices() const noexcept | IndexMap | |
scatter_rev(xtl::span< T > local_data, const xtl::span< const T > &remote_data, int n, IndexMap::Mode op) const | IndexMap | inline |
scatter_rev_begin(const xtl::span< const T > &send_buffer, MPI_Datatype &data_type, MPI_Request &request, const xtl::span< T > &recv_buffer) const | IndexMap | inline |
scatter_rev_end(MPI_Request &request) const | IndexMap | inline |
size_global() const noexcept | IndexMap | |
size_local() const noexcept | IndexMap | |
~IndexMap()=default | IndexMap |