Lines Matching refs:processor_id

45   _next_free_local_node_id(this->processor_id()),  in DistributedMesh()
46 _next_free_local_elem_id(this->processor_id()), in DistributedMesh()
54 _next_unique_id = this->processor_id(); in DistributedMesh()
76 _next_free_local_node_id(this->processor_id()), in DistributedMesh()
77 _next_free_local_elem_id(this->processor_id()), in DistributedMesh()
136 _next_free_local_node_id(this->processor_id()), in DistributedMesh()
137 _next_free_local_elem_id(this->processor_id()), in DistributedMesh()
169 this->processor_id(); in DistributedMesh()
171 (this->n_processors() - this->processor_id()); in DistributedMesh()
198 (this->n_processors() + 1) + this->processor_id(); in update_parallel_id_counts()
207 (this->n_processors() + 1) + this->processor_id(); in update_parallel_id_counts()
216 (this->n_processors() + 1) + this->processor_id(); in update_parallel_id_counts()
288 (this->n_processors() + 1) + this->processor_id(); in set_next_unique_id()
461 const processor_id_type elem_procid = e->processor_id(); in add_elem()
474 if (elem_procid == this->processor_id()) in add_elem()
493 (this->n_processors() + 1) + this->processor_id(); in add_elem()
510 if (elem_procid == this->processor_id() || in add_elem()
517 if (processor_id() == e->processor_id()) in add_elem()
533 (this->n_processors() + 1) + this->processor_id(); in add_elem()
582 if (processor_id() == e->processor_id()) in insert_elem()
598 (this->n_processors() + 1) + this->processor_id(); in insert_elem()
603 processor_id_type elem_procid = e->processor_id(); in insert_elem()
604 if (elem_procid == this->processor_id() || in insert_elem()
636 processor_id_type elem_procid = e->processor_id(); in delete_elem()
637 if (elem_procid == this->processor_id() || in delete_elem()
686 n->processor_id() = proc_id; in add_point()
692 n->processor_id() = proc_id; in add_point()
706 n.processor_id() = this->processor_id(); in own_node()
721 const processor_id_type node_procid = n->processor_id(); in add_node()
734 if (node_procid == this->processor_id()) in add_node()
753 (this->n_processors() + 1) + this->processor_id(); in add_node()
770 if (node_procid == this->processor_id() || in add_node()
777 if (processor_id() == n->processor_id()) in add_node()
793 (this->n_processors() + 1) + this->processor_id(); in add_node()
843 processor_id_type node_procid = n->processor_id(); in delete_node()
844 if (node_procid == this->processor_id() || in delete_node()
932 _next_free_local_node_id = this->processor_id(); in clear()
933 _next_free_local_elem_id = this->processor_id(); in clear()
1006 obj->processor_id() : DofObject::invalid_processor_id; in libmesh_assert_valid_parallel_object_ids()
1022 ((min_procid == this->processor_id()) && obj) in libmesh_assert_valid_parallel_object_ids()
1024 (min_procid != this->processor_id()) in libmesh_assert_valid_parallel_object_ids()
1124 processor_id_type obj_procid = obj->processor_id(); in renumber_dof_objects()
1136 auto this_it = ghost_objects_from_proc.find(this->processor_id()); in renumber_dof_objects()
1155 dof_id_type next_id = first_object_on_proc[this->processor_id()]; in renumber_dof_objects()
1172 if (p != this->processor_id()) in renumber_dof_objects()
1183 if (obj->processor_id() == this->processor_id()) in renumber_dof_objects()
1185 else if (obj->processor_id() != DofObject::invalid_processor_id) in renumber_dof_objects()
1186 requested_ids[obj->processor_id()].push_back(obj->id()); in renumber_dof_objects()
1209 libmesh_assert_equal_to (obj->processor_id(), this->processor_id()); in renumber_dof_objects()
1213 first_object_on_proc[this->processor_id()]); in renumber_dof_objects()
1215 first_object_on_proc[this->processor_id()] + in renumber_dof_objects()
1216 objects_on_proc[this->processor_id()]); in renumber_dof_objects()
1236 libmesh_assert_equal_to (obj->processor_id(), pid); in renumber_dof_objects()
1267 libmesh_assert_equal_to (obj->processor_id(), this->processor_id()); in renumber_dof_objects()
1282 libmesh_assert_equal_to (obj->processor_id(), pid); in renumber_dof_objects()
1301 if (obj->processor_id() == DofObject::invalid_processor_id) in renumber_dof_objects()