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
include
deal.II
base
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
20
DEAL_II_NAMESPACE_OPEN
21
22
23
namespace
Utilities
24
{
25
namespace
MPI
26
{
27
namespace
internal
28
{
44
namespace
Tags
45
{
49
enum
enumeration
: std::uint16_t
50
{
52
mpi_some_to_some
= 300,
53
55
compute_point_to_point_communication_pattern
,
56
58
exchange_cell_data_to_ghosts
,
59
61
triangulation_communicate_locally_moved_vertices
,
62
64
exchange_cell_data_request
,
65
67
exchange_cell_data_reply
,
68
70
mg_transfer_fill_copy_indices
,
71
73
sparsity_tools_distribute_sparsity_pattern
,
74
76
dictionary_reinit
,
77
79
consensus_algorithm_payload_get_requesters
,
80
82
fe_tools_extrapolate
,
84
fe_tools_extrapolate_end
=
fe_tools_extrapolate
+ 10,
85
87
consensus_algorithm_nbx_answer_request
,
89
consensus_algorithm_nbx_process_deliver
,
90
92
consensus_algorithm_pex_answer_request
,
94
consensus_algorithm_pex_process_deliver
,
95
97
fully_distributed_create
,
98
100
triangulation_base_fill_level_ghost_owners
,
101
103
grid_tools_compute_local_to_global_vertex_index_map
,
105
grid_tools_compute_local_to_global_vertex_index_map2
,
106
108
particle_handler_send_recv_particles_setup
,
110
particle_handler_send_recv_particles_cache_setup
,
112
particle_handler_send_recv_particles_send
,
113
115
scalapack_copy_to
,
117
scalapack_copy_to2
,
119
scalapack_copy_from
,
120
122
process_grid_constructor
,
123
125
partitioner_import_start
,
126
partitioner_import_end
=
partitioner_import_start
+ 200,
127
129
partitioner_export_start
,
130
partitioner_export_end
=
partitioner_export_start
+ 200,
131
133
noncontiguous_partitioner_update_ghost_values_start
,
134
noncontiguous_partitioner_update_ghost_values_end
=
135
noncontiguous_partitioner_update_ghost_values_start
+ 10,
136
137
// Utilities::MPI::compute_union
138
compute_union
,
139
140
// Utilities::MPI::RemotePointEvaluation
141
remote_point_evaluation
,
142
143
// internal::FineDoFHandlerView::FineDoFHandlerView::reinit() for mg
144
// global coarsening transfer
145
fine_dof_handler_view_reinit
,
146
147
// GridTools::internal::distributed_compute_point_locations
148
distributed_compute_point_locations
,
149
};
150
}
// namespace Tags
151
}
// namespace internal
152
}
// namespace MPI
153
}
// namespace Utilities
154
155
156
DEAL_II_NAMESPACE_CLOSE
157
158
#endif
config.h
DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_OPEN
Definition
config.h:498
DEAL_II_NAMESPACE_CLOSE
#define DEAL_II_NAMESPACE_CLOSE
Definition
config.h:499
InitializeLibrary::MPI
@ MPI
Utilities::MPI::internal::Tags::enumeration
enumeration
Definition
mpi_tags.h:50
Utilities::MPI::internal::Tags::particle_handler_send_recv_particles_send
@ particle_handler_send_recv_particles_send
ParticleHandler<dim, spacedim>::send_recv_particles.
Definition
mpi_tags.h:112
Utilities::MPI::internal::Tags::exchange_cell_data_request
@ exchange_cell_data_request
grid_tools.h: exchange_cell_ghosts()
Definition
mpi_tags.h:64
Utilities::MPI::internal::Tags::partitioner_export_end
@ partitioner_export_end
Definition
mpi_tags.h:130
Utilities::MPI::internal::Tags::distributed_compute_point_locations
@ distributed_compute_point_locations
Definition
mpi_tags.h:148
Utilities::MPI::internal::Tags::exchange_cell_data_reply
@ exchange_cell_data_reply
grid_tools.h: exchange_cell_ghosts()
Definition
mpi_tags.h:67
Utilities::MPI::internal::Tags::partitioner_import_start
@ partitioner_import_start
200 tags for Partitioner::import_from_ghosted_array_start
Definition
mpi_tags.h:125
Utilities::MPI::internal::Tags::noncontiguous_partitioner_update_ghost_values_end
@ noncontiguous_partitioner_update_ghost_values_end
Definition
mpi_tags.h:134
Utilities::MPI::internal::Tags::grid_tools_compute_local_to_global_vertex_index_map2
@ grid_tools_compute_local_to_global_vertex_index_map2
GridTools::compute_local_to_global_vertex_index_map second tag.
Definition
mpi_tags.h:105
Utilities::MPI::internal::Tags::consensus_algorithm_nbx_process_deliver
@ consensus_algorithm_nbx_process_deliver
ConsensusAlgorithms::NBX::process.
Definition
mpi_tags.h:89
Utilities::MPI::internal::Tags::process_grid_constructor
@ process_grid_constructor
ProcessGrid::ProcessGrid.
Definition
mpi_tags.h:122
Utilities::MPI::internal::Tags::partitioner_export_start
@ partitioner_export_start
200 tags for Partitioner::export_to_ghosted_array_start
Definition
mpi_tags.h:129
Utilities::MPI::internal::Tags::compute_point_to_point_communication_pattern
@ compute_point_to_point_communication_pattern
Utilities::MPI::compute_point_to_point_communication_pattern()
Definition
mpi_tags.h:55
Utilities::MPI::internal::Tags::scalapack_copy_from
@ scalapack_copy_from
ScaLAPACKMatrix<NumberType>::copy_from.
Definition
mpi_tags.h:119
Utilities::MPI::internal::Tags::triangulation_base_fill_level_ghost_owners
@ triangulation_base_fill_level_ghost_owners
TriangulationBase<dim, spacedim>::fill_level_ghost_owners()
Definition
mpi_tags.h:100
Utilities::MPI::internal::Tags::mpi_some_to_some
@ mpi_some_to_some
Utilities::MPI::some_to_some()
Definition
mpi_tags.h:52
Utilities::MPI::internal::Tags::fe_tools_extrapolate
@ fe_tools_extrapolate
FETools::extrapolate()
Definition
mpi_tags.h:82
Utilities::MPI::internal::Tags::fe_tools_extrapolate_end
@ fe_tools_extrapolate_end
FETools::extrapolate(), allocate space for 10 rounds:
Definition
mpi_tags.h:84
Utilities::MPI::internal::Tags::scalapack_copy_to2
@ scalapack_copy_to2
ScaLAPACKMatrix<NumberType>::copy_to.
Definition
mpi_tags.h:117
Utilities::MPI::internal::Tags::fully_distributed_create
@ fully_distributed_create
TriangulationDescription::Utilities::create_description_from_triangulation()
Definition
mpi_tags.h:97
Utilities::MPI::internal::Tags::partitioner_import_end
@ partitioner_import_end
Definition
mpi_tags.h:126
Utilities::MPI::internal::Tags::consensus_algorithm_payload_get_requesters
@ consensus_algorithm_payload_get_requesters
ConsensusAlgorithms::Payload::get_requesters()
Definition
mpi_tags.h:79
Utilities::MPI::internal::Tags::grid_tools_compute_local_to_global_vertex_index_map
@ grid_tools_compute_local_to_global_vertex_index_map
GridTools::compute_local_to_global_vertex_index_map.
Definition
mpi_tags.h:103
Utilities::MPI::internal::Tags::consensus_algorithm_pex_process_deliver
@ consensus_algorithm_pex_process_deliver
ConsensusAlgorithms::PEX::process.
Definition
mpi_tags.h:94
Utilities::MPI::internal::Tags::consensus_algorithm_nbx_answer_request
@ consensus_algorithm_nbx_answer_request
ConsensusAlgorithms::NBX::process.
Definition
mpi_tags.h:87
Utilities::MPI::internal::Tags::consensus_algorithm_pex_answer_request
@ consensus_algorithm_pex_answer_request
ConsensusAlgorithms::PEX::process.
Definition
mpi_tags.h:92
Utilities::MPI::internal::Tags::noncontiguous_partitioner_update_ghost_values_start
@ noncontiguous_partitioner_update_ghost_values_start
NoncontiguousPartitioner::update_values.
Definition
mpi_tags.h:133
Utilities::MPI::internal::Tags::dictionary_reinit
@ dictionary_reinit
Dictionary::reinit()
Definition
mpi_tags.h:76
Utilities::MPI::internal::Tags::triangulation_communicate_locally_moved_vertices
@ triangulation_communicate_locally_moved_vertices
Triangulation<dim, spacedim>::communicate_locally_moved_vertices()
Definition
mpi_tags.h:61
Utilities::MPI::internal::Tags::remote_point_evaluation
@ remote_point_evaluation
Definition
mpi_tags.h:141
Utilities::MPI::internal::Tags::fine_dof_handler_view_reinit
@ fine_dof_handler_view_reinit
Definition
mpi_tags.h:145
Utilities::MPI::internal::Tags::sparsity_tools_distribute_sparsity_pattern
@ sparsity_tools_distribute_sparsity_pattern
SparsityTools::sparsity_tools_distribute_sparsity_pattern()
Definition
mpi_tags.h:73
Utilities::MPI::internal::Tags::particle_handler_send_recv_particles_cache_setup
@ particle_handler_send_recv_particles_cache_setup
ParticleHandler<dim, spacedim>::send_recv_particles.
Definition
mpi_tags.h:110
Utilities::MPI::internal::Tags::compute_union
@ compute_union
Definition
mpi_tags.h:138
Utilities::MPI::internal::Tags::mg_transfer_fill_copy_indices
@ mg_transfer_fill_copy_indices
mg_transfer_internal.cc: fill_copy_indices()
Definition
mpi_tags.h:70
Utilities::MPI::internal::Tags::exchange_cell_data_to_ghosts
@ exchange_cell_data_to_ghosts
GridTools::exchange_cell_data_to_ghosts():
Definition
mpi_tags.h:58
Utilities::MPI::internal::Tags::particle_handler_send_recv_particles_setup
@ particle_handler_send_recv_particles_setup
ParticleHandler<dim, spacedim>::send_recv_particles.
Definition
mpi_tags.h:108
Utilities::MPI::internal::Tags::scalapack_copy_to
@ scalapack_copy_to
ScaLAPACKMatrix<NumberType>::copy_to.
Definition
mpi_tags.h:115
Utilities
Definition
communication_pattern_base.h:30
internal
Definition
aligned_vector.h:760
Generated by
1.9.8