Home
last modified time | relevance | path

Searched refs:owned_indices (Results 1 – 3 of 3) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/base/
H A Dmpi_compute_index_owner_internal.h228 this->partition(owned_indices, comm); in reinit()
244 for (auto interval = owned_indices.begin_intervals(); in reinit()
245 interval != owned_indices.end_intervals(); in reinit()
307 owned_indices.size()) in reinit()
435 (void)owned_indices; in reinit()
503 size = owned_indices.size(); in partition()
524 (void)owned_indices; in partition()
552 : owned_indices(owned_indices) in owned_indices() argument
560 dict.reinit(owned_indices, comm); in owned_indices()
567 const IndexSet &owned_indices; variable
[all …]
H A Dmpi.h1046 compute_index_owner(const IndexSet &owned_indices,
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/base/
H A Dmpi.cc1046 compute_index_owner(const IndexSet &owned_indices, in compute_index_owner() argument
1050 Assert(owned_indices.size() == indices_to_look_up.size(), in compute_index_owner()
1054 owned_indices.size() == Utilities::MPI::max(owned_indices.size(), comm), in compute_index_owner()
1065 owned_indices, indices_to_look_up, comm, owning_ranks); in compute_index_owner()