deal.II version GIT relicensing-1991-gec5bc16adb 2024-10-14 08:00:00+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
mpi_tags.h
Go to the documentation of this file.
1// ------------------------------------------------------------------------
2//
3// SPDX-License-Identifier: LGPL-2.1-or-later
4// Copyright (C) 2019 - 2021 by the deal.II authors
5//
6// This file is part of the deal.II library.
7//
8// Part of the source code is dual licensed under Apache-2.0 WITH
9// LLVM-exception OR LGPL-2.1-or-later. Detailed license information
10// governing the source code and code contributions can be found in
11// LICENSE.md and CONTRIBUTING.md at the top level directory of deal.II.
12//
13// ------------------------------------------------------------------------
14
15#ifndef dealii_mpi_tags_h
16#define dealii_mpi_tags_h
17
18#include <deal.II/base/config.h>
19
21
22
23namespace Utilities
24{
25 namespace MPI
26 {
27 namespace internal
28 {
44 namespace Tags
45 {
49 enum enumeration : std::uint16_t
50 {
53
56
59
62
65
68
71
74
77
80
85
90
95
98
101
106
113
120
123
127
131
136
137 // Utilities::MPI::compute_union
139
140 // Utilities::MPI::RemotePointEvaluation
142
143 // internal::FineDoFHandlerView::FineDoFHandlerView::reinit() for mg
144 // global coarsening transfer
146
147 // GridTools::internal::distributed_compute_point_locations
149 };
150 } // namespace Tags
151 } // namespace internal
152 } // namespace MPI
153} // namespace Utilities
154
155
157
158#endif
#define DEAL_II_NAMESPACE_OPEN
Definition config.h:498
#define DEAL_II_NAMESPACE_CLOSE
Definition config.h:499
@ particle_handler_send_recv_particles_send
ParticleHandler<dim, spacedim>::send_recv_particles.
Definition mpi_tags.h:112
@ exchange_cell_data_request
grid_tools.h: exchange_cell_ghosts()
Definition mpi_tags.h:64
@ exchange_cell_data_reply
grid_tools.h: exchange_cell_ghosts()
Definition mpi_tags.h:67
@ partitioner_import_start
200 tags for Partitioner::import_from_ghosted_array_start
Definition mpi_tags.h:125
@ grid_tools_compute_local_to_global_vertex_index_map2
GridTools::compute_local_to_global_vertex_index_map second tag.
Definition mpi_tags.h:105
@ consensus_algorithm_nbx_process_deliver
ConsensusAlgorithms::NBX::process.
Definition mpi_tags.h:89
@ process_grid_constructor
ProcessGrid::ProcessGrid.
Definition mpi_tags.h:122
@ partitioner_export_start
200 tags for Partitioner::export_to_ghosted_array_start
Definition mpi_tags.h:129
@ compute_point_to_point_communication_pattern
Utilities::MPI::compute_point_to_point_communication_pattern()
Definition mpi_tags.h:55
@ scalapack_copy_from
ScaLAPACKMatrix<NumberType>::copy_from.
Definition mpi_tags.h:119
@ triangulation_base_fill_level_ghost_owners
TriangulationBase<dim, spacedim>::fill_level_ghost_owners()
Definition mpi_tags.h:100
@ mpi_some_to_some
Utilities::MPI::some_to_some()
Definition mpi_tags.h:52
@ fe_tools_extrapolate
FETools::extrapolate()
Definition mpi_tags.h:82
@ fe_tools_extrapolate_end
FETools::extrapolate(), allocate space for 10 rounds:
Definition mpi_tags.h:84
@ scalapack_copy_to2
ScaLAPACKMatrix<NumberType>::copy_to.
Definition mpi_tags.h:117
@ fully_distributed_create
TriangulationDescription::Utilities::create_description_from_triangulation()
Definition mpi_tags.h:97
@ consensus_algorithm_payload_get_requesters
ConsensusAlgorithms::Payload::get_requesters()
Definition mpi_tags.h:79
@ grid_tools_compute_local_to_global_vertex_index_map
GridTools::compute_local_to_global_vertex_index_map.
Definition mpi_tags.h:103
@ consensus_algorithm_pex_process_deliver
ConsensusAlgorithms::PEX::process.
Definition mpi_tags.h:94
@ consensus_algorithm_nbx_answer_request
ConsensusAlgorithms::NBX::process.
Definition mpi_tags.h:87
@ consensus_algorithm_pex_answer_request
ConsensusAlgorithms::PEX::process.
Definition mpi_tags.h:92
@ noncontiguous_partitioner_update_ghost_values_start
NoncontiguousPartitioner::update_values.
Definition mpi_tags.h:133
@ dictionary_reinit
Dictionary::reinit()
Definition mpi_tags.h:76
@ triangulation_communicate_locally_moved_vertices
Triangulation<dim, spacedim>::communicate_locally_moved_vertices()
Definition mpi_tags.h:61
@ sparsity_tools_distribute_sparsity_pattern
SparsityTools::sparsity_tools_distribute_sparsity_pattern()
Definition mpi_tags.h:73
@ particle_handler_send_recv_particles_cache_setup
ParticleHandler<dim, spacedim>::send_recv_particles.
Definition mpi_tags.h:110
@ mg_transfer_fill_copy_indices
mg_transfer_internal.cc: fill_copy_indices()
Definition mpi_tags.h:70
@ exchange_cell_data_to_ghosts
GridTools::exchange_cell_data_to_ghosts():
Definition mpi_tags.h:58
@ particle_handler_send_recv_particles_setup
ParticleHandler<dim, spacedim>::send_recv_particles.
Definition mpi_tags.h:108
@ scalapack_copy_to
ScaLAPACKMatrix<NumberType>::copy_to.
Definition mpi_tags.h:115