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.
1062 {
1064 id_map[ids[i]] = local_ids[i];
1065 }
auto index_range(const T &sizable)
Helper function that returns an IntRange<std::size_t> representing all the indices of the passed-in v...
References id_map, and libMesh::index_range().
◆ gather_data()
| void libMesh::SyncLocalIDs::gather_data |
( |
const std::vector< dof_id_type > & |
ids, |
|
|
std::vector< datum > & |
local_ids |
|
) |
| const |
|
inline |
◆ id_map
The documentation for this struct was generated from the following file: