Reference documentation for deal.II version 9.5.0
\(\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// Copyright (C) 2019 - 2021 by the deal.II authors
4//
5// This file is part of the deal.II library.
6//
7// The deal.II library is free software; you can use it, redistribute
8// it, and/or modify it under the terms of the GNU Lesser General
9// Public License as published by the Free Software Foundation; either
10// version 2.1 of the License, or (at your option) any later version.
11// The full text of the license can be found in the file LICENSE.md at
12// the top level directory of deal.II.
13//
14// ---------------------------------------------------------------------
15
16#ifndef dealii_mpi_tags_h
17#define dealii_mpi_tags_h
18
19#include <deal.II/base/config.h>
20
22
23
24namespace Utilities
25{
26 namespace MPI
27 {
28 namespace internal
29 {
46 namespace Tags
47 {
51 enum enumeration : std::uint16_t
52 {
55
58
61
64
67
70
73
76
79
82
87
92
97
100
103
108
115
122
125
129
133
138
139 // Utilities::MPI::compute_union
141
142 // Utilities::MPI::RemotePointEvaluation
144
145 // internal::FineDoFHandlerView::FineDoFHandlerView::reinit() for mg
146 // global coarsening transfer
148
149 // GridTools::internal::distributed_compute_point_locations
151
152 // AffineConstraints::make_consistent_in_parallel()
155
156 };
157 } // namespace Tags
158 } // namespace internal
159 } // namespace MPI
160} // namespace Utilities
161
162
164
165#endif
#define DEAL_II_NAMESPACE_OPEN
Definition config.h:472
#define DEAL_II_NAMESPACE_CLOSE
Definition config.h:473
@ particle_handler_send_recv_particles_send
ParticleHandler<dim, spacedim>::send_recv_particles.
Definition mpi_tags.h:114
@ exchange_cell_data_request
grid_tools.h: exchange_cell_ghosts()
Definition mpi_tags.h:66
@ exchange_cell_data_reply
grid_tools.h: exchange_cell_ghosts()
Definition mpi_tags.h:69
@ partitioner_import_start
200 tags for Partitioner::import_from_ghosted_array_start
Definition mpi_tags.h:127
@ grid_tools_compute_local_to_global_vertex_index_map2
GridTools::compute_local_to_global_vertex_index_map second tag.
Definition mpi_tags.h:107
@ consensus_algorithm_nbx_process_deliver
ConsensusAlgorithms::NBX::process.
Definition mpi_tags.h:91
@ process_grid_constructor
ProcessGrid::ProcessGrid.
Definition mpi_tags.h:124
@ partitioner_export_start
200 tags for Partitioner::export_to_ghosted_array_start
Definition mpi_tags.h:131
@ compute_point_to_point_communication_pattern
Utilities::MPI::compute_point_to_point_communication_pattern()
Definition mpi_tags.h:57
@ scalapack_copy_from
ScaLAPACKMatrix<NumberType>::copy_from.
Definition mpi_tags.h:121
@ triangulation_base_fill_level_ghost_owners
TriangulationBase<dim, spacedim>::fill_level_ghost_owners()
Definition mpi_tags.h:102
@ mpi_some_to_some
Utilities::MPI::some_to_some()
Definition mpi_tags.h:54
@ fe_tools_extrapolate
FETools::extrapolate()
Definition mpi_tags.h:84
@ fe_tools_extrapolate_end
FETools::extrapolate(), allocate space for 10 rounds:
Definition mpi_tags.h:86
@ scalapack_copy_to2
ScaLAPACKMatrix<NumberType>::copy_to.
Definition mpi_tags.h:119
@ fully_distributed_create
TriangulationDescription::Utilities::create_description_from_triangulation()
Definition mpi_tags.h:99
@ consensus_algorithm_payload_get_requesters
ConsensusAlgorithms::Payload::get_requesters()
Definition mpi_tags.h:81
@ grid_tools_compute_local_to_global_vertex_index_map
GridTools::compute_local_to_global_vertex_index_map.
Definition mpi_tags.h:105
@ consensus_algorithm_pex_process_deliver
ConsensusAlgorithms::PEX::process.
Definition mpi_tags.h:96
@ consensus_algorithm_nbx_answer_request
ConsensusAlgorithms::NBX::process.
Definition mpi_tags.h:89
@ consensus_algorithm_pex_answer_request
ConsensusAlgorithms::PEX::process.
Definition mpi_tags.h:94
@ noncontiguous_partitioner_update_ghost_values_start
NoncontiguousPartitioner::update_values.
Definition mpi_tags.h:135
@ dictionary_reinit
Dictionary::reinit()
Definition mpi_tags.h:78
@ triangulation_communicate_locally_moved_vertices
Triangulation<dim, spacedim>::communicate_locally_moved_vertices()
Definition mpi_tags.h:63
@ sparsity_tools_distribute_sparsity_pattern
SparsityTools::sparsity_tools_distribute_sparsity_pattern()
Definition mpi_tags.h:75
@ particle_handler_send_recv_particles_cache_setup
ParticleHandler<dim, spacedim>::send_recv_particles.
Definition mpi_tags.h:112
@ mg_transfer_fill_copy_indices
mg_transfer_internal.cc: fill_copy_indices()
Definition mpi_tags.h:72
@ exchange_cell_data_to_ghosts
GridTools::exchange_cell_data_to_ghosts():
Definition mpi_tags.h:60
@ particle_handler_send_recv_particles_setup
ParticleHandler<dim, spacedim>::send_recv_particles.
Definition mpi_tags.h:110
@ scalapack_copy_to
ScaLAPACKMatrix<NumberType>::copy_to.
Definition mpi_tags.h:117