Searched refs:received_offsets (Results 1 – 1 of 1) sorted by relevance
3405 std::map<processor_id_type, std::vector<Point>> pushed_offsets, received_offsets; in allgather_recursive_constraints() local3456 [& 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()