Home
last modified time | relevance | path

Searched refs:received_offsets (Results 1 – 1 of 1) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/src/base/
H A Ddof_map_constraints.C3405 std::map<processor_id_type, std::vector<Point>> pushed_offsets, received_offsets; in allgather_recursive_constraints() local
3456 [& received_offsets] in allgather_recursive_constraints()
3460 received_offsets[pid] = data; in allgather_recursive_constraints()
3542 libmesh_assert(received_offsets.count(pid)); in allgather_recursive_constraints()
3544 const auto & pushed_offsets_to_me = received_offsets.at(pid); in allgather_recursive_constraints()