Definition at line 1041 of file partitioner.C.
◆ datum
◆ map_type
◆ SyncLocalIDs()
libMesh::SyncLocalIDs::SyncLocalIDs |
( |
map_type & |
_id_map | ) |
|
|
inline |
◆ act_on_data()
void libMesh::SyncLocalIDs::act_on_data |
( |
const std::vector< dof_id_type > & |
ids, |
|
|
const std::vector< datum > & |
local_ids |
|
) |
| |
|
inline |
Definition at line 1060 of file partitioner.C.
References id_map, and libMesh::index_range().
1064 id_map[ids[i]] = local_ids[i];
auto index_range(const T &sizable)
Helper function that returns an IntRange<std::size_t> representing all the indices of the passed-in v...
◆ gather_data()
void libMesh::SyncLocalIDs::gather_data |
( |
const std::vector< dof_id_type > & |
ids, |
|
|
std::vector< datum > & |
local_ids |
|
) |
| const |
|
inline |
Definition at line 1051 of file partitioner.C.
References id_map, and libMesh::index_range().
1054 local_ids.resize(ids.size());
1057 local_ids[i] =
id_map[ids[i]];
auto index_range(const T &sizable)
Helper function that returns an IntRange<std::size_t> representing all the indices of the passed-in v...
◆ id_map
The documentation for this struct was generated from the following file: