Definition at line 880 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 899 of file partitioner.C.
References id_map.
902 for (std::size_t i=0, imax = local_ids.size(); i != imax; ++i)
903 id_map[ids[i]] = local_ids[i];
◆ gather_data()
void libMesh::SyncLocalIDs::gather_data |
( |
const std::vector< dof_id_type > & |
ids, |
|
|
std::vector< datum > & |
local_ids |
|
) |
| const |
|
inline |
Definition at line 890 of file partitioner.C.
References id_map.
893 local_ids.resize(ids.size());
895 for (std::size_t i=0, imax = ids.size(); i != imax; ++i)
896 local_ids[i] =
id_map[ids[i]];
◆ id_map
The documentation for this struct was generated from the following file: