Home
last modified time | relevance | path

Searched refs:set_neighbor (Results 1 – 25 of 47) sorted by relevance

12

/dports/math/libmesh/libmesh-1.6.2/src/mesh/
H A Dmesh_subdivision_support.C293 newelem->set_neighbor(0, nelem); in add_boundary_ghosts()
315 newelem->set_neighbor(0, nelem); in add_boundary_ghosts()
316 nelem->set_neighbor(2, newelem); in add_boundary_ghosts()
318 newelem->set_neighbor(2, elem); in add_boundary_ghosts()
363 newelem->set_neighbor(0, elem); in add_boundary_ghosts()
365 elem->set_neighbor(i, newelem); in add_boundary_ghosts()
442 newelem->set_neighbor(0, nb2); in add_boundary_ghosts()
462 newelem->set_neighbor(0, elem); in add_boundary_ghosts()
463 newelem->set_neighbor(1, nb2); in add_boundary_ghosts()
464 newelem->set_neighbor(2, nullptr); in add_boundary_ghosts()
[all …]
H A Dunstructured_mesh.C200 el->set_neighbor(s, const_cast<RemoteElem *>(remote_elem)); in copy_nodes_and_elements()
226 new_elem->set_neighbor(s, new_neighbor); in copy_nodes_and_elements()
284 e->set_neighbor(s, nullptr); in find_neighbors()
360 element->set_neighbor (ms,neighbor); in find_neighbors()
361 neighbor->set_neighbor(ns,element); in find_neighbors()
365 element->set_neighbor(ms,neighbor); in find_neighbors()
369 neighbor->set_neighbor(ns,element); in find_neighbors()
507 current_elem->set_neighbor(s, neigh); in find_neighbors()
905 lo_elem->set_neighbor(s, const_cast<RemoteElem *>(remote_elem)); in all_first_order()
958 lo_elem->set_neighbor(s, const_cast<RemoteElem*>(remote_elem)); in all_first_order()
[all …]
H A Dmesh_generation.C2122 new_elem->set_neighbor(3, const_cast<RemoteElem *>(remote_elem)); in build_extrusion()
2124 new_elem->set_neighbor(1, const_cast<RemoteElem *>(remote_elem)); in build_extrusion()
2142 new_elem->set_neighbor(3, const_cast<RemoteElem *>(remote_elem)); in build_extrusion()
2144 new_elem->set_neighbor(1, const_cast<RemoteElem *>(remote_elem)); in build_extrusion()
2159 new_elem->set_neighbor(1, const_cast<RemoteElem *>(remote_elem)); in build_extrusion()
2161 new_elem->set_neighbor(2, const_cast<RemoteElem *>(remote_elem)); in build_extrusion()
2163 new_elem->set_neighbor(3, const_cast<RemoteElem *>(remote_elem)); in build_extrusion()
2190 new_elem->set_neighbor(1, const_cast<RemoteElem *>(remote_elem)); in build_extrusion()
2192 new_elem->set_neighbor(2, const_cast<RemoteElem *>(remote_elem)); in build_extrusion()
2194 new_elem->set_neighbor(3, const_cast<RemoteElem *>(remote_elem)); in build_extrusion()
[all …]
H A Dreplicated_mesh.C1437 el->set_neighbor (s,neighbor); in stitching_helper()
1438 neighbor->set_neighbor(ns,el); in stitching_helper()
1442 el->set_neighbor(s,neighbor); in stitching_helper()
1446 neighbor->set_neighbor(ns,el); in stitching_helper()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DTriangulation_data_structure_2.h981 f->set_neighbor(1, f1); in insert_in_face()
982 f->set_neighbor(2, f2); in insert_in_face()
1219 f->set_neighbor(0, fl); in dim_down()
1635 f->set_neighbor(0, f2); in split_vertex()
1636 f->set_neighbor(1, f1); in split_vertex()
1637 f->set_neighbor(2, g); in split_vertex()
1638 g->set_neighbor(0, g2); in split_vertex()
1639 g->set_neighbor(1, g1); in split_vertex()
1640 g->set_neighbor(2, f); in split_vertex()
1860 f->set_neighbor(i, f1); in insert_degree_2()
[all …]
H A DTriangulation_data_structure_3.h3069 d->set_neighbor(1,c); in insert_increase_dimension()
3119 c->set_neighbor(j,d); in insert_increase_dimension()
3477 c1->set_neighbor(0, n2); n2->set_neighbor(i2, c1); in decrease_dimension()
3478 c1->set_neighbor(1, c2); in decrease_dimension()
3479 c1->set_neighbor(2, c3); in decrease_dimension()
3482 c2->set_neighbor(0, n0); n0->set_neighbor(i0, c2); in decrease_dimension()
3483 c2->set_neighbor(1, c3); in decrease_dimension()
3484 c2->set_neighbor(2, c1); in decrease_dimension()
3487 c3->set_neighbor(0, n1); n1->set_neighbor(i1, c3); in decrease_dimension()
3521 c1->set_neighbor(1, n1); n1->set_neighbor(i1, c1); in decrease_dimension()
[all …]
H A DConvex_hull_d.h279 using Base::set_neighbor;
661 set_neighbor(origin_simplex_,0,outer_simplex,0); in initialize()
767 set_neighbor(T,dcur,opposite_simplex(S,k), in initialize()
769 set_neighbor(T,0,S,k); in initialize()
803 set_neighbor(Af,k,T,y1); // update adjacency information in initialize()
1097 set_neighbor(origin_simplex_,0,outer_simplex,0); in insert()
1199 set_neighbor(T,dcur,opposite_simplex(S,k), in insert()
1201 set_neighbor(T,0,S,k); in insert()
1347 set_neighbor(S,dcur,S_new,0); in dimension_jump()
1362 set_neighbor(S,dcur,opposite_simplex(opposite_simplex(S,0),dcur), in dimension_jump()
[all …]
H A DTriangulation_data_structure.h197 cto->set_neighbor(i, cmap[cto->neighbor(i)]);
507 s->set_neighbor(i, s1);
508 s1->set_neighbor(j, s);
813 star->full_cell()->set_neighbor(0, Full_cell_handle());
832 inf2->set_neighbor(1, Full_cell_handle());
833 inf2->set_neighbor(1, Full_cell_handle());
860 (*it)->set_neighbor(current_dimension(), Full_cell_handle());
885 fc.set_neighbor(i, new_s);
890 fc.set_neighbor(0, s);
1381 full_cells[i]->set_neighbor(j, full_cells[index]);
[all …]
H A DDelaunay_triangulation_on_sphere_2.h879 ff->set_neighbor(ii, newf); in fill_hole_regular()
880 newf->set_neighbor(j, ff); in fill_hole_regular()
944 newf->set_neighbor(2, ff); in fill_hole_regular()
945 ff->set_neighbor(ii, newf); in fill_hole_regular()
958 newf->set_neighbor(0, fn); in fill_hole_regular()
959 fn->set_neighbor(in, newf); in fill_hole_regular()
970 newf->set_neighbor(1, fn); in fill_hole_regular()
971 fn->set_neighbor(in, newf); in fill_hole_regular()
H A DRegular_complex_d.h124 void set_neighbor(int i, Simplex_handle s) { neighbors[i]=s; } in set_neighbor() function
532 void set_neighbor(Simplex_handle s, int i, Simplex_handle s1, int j) in set_neighbor() function
535 { s -> set_neighbor(i,s1); in set_neighbor()
536 s1 -> set_neighbor(j,s); in set_neighbor()
H A DTriangulation_ds_full_cell.h76 set_neighbor(i, Full_cell_handle());
154 void set_neighbor(const int i, Full_cell_handle s) /* Concept */
H A DTriangulation_ds_face_base_2.h68 void set_neighbor(int i, Face_handle n) ;
240 set_neighbor(int i, Face_handle n) in set_neighbor() function
H A DTriangulation_incremental_builder_3.h188 ch0->set_neighbor(ind0, ch1); in glue_cells()
189 ch1->set_neighbor(ind1, ch0); in glue_cells()
H A DTriangulation_3.h5186 o_ch->set_neighbor(o_i,new_ch);
5187 new_ch->set_neighbor(i_i, o_ch);
5384 o_ch->set_neighbor(o_i,new_ch);
5385 new_ch->set_neighbor(i_i, o_ch);
5689 o_ch->set_neighbor(o_i,new_ch);
5690 new_ch->set_neighbor(i_i, o_ch);
6077 o_ch->set_neighbor(o_i,new_ch);
6078 new_ch->set_neighbor(i_i, o_ch);
6530 o_ch->set_neighbor(o_i,new_ch);
6531 new_ch->set_neighbor(i_i, o_ch);
[all …]
H A DRegular_triangulation_2.h1657 ff->set_neighbor(ii,newf); in fill_hole_regular()
1658 newf->set_neighbor(j,ff); in fill_hole_regular()
1743 newf->set_neighbor(2,ff); in fill_hole_regular()
1744 ff->set_neighbor(ii, newf); in fill_hole_regular()
1755 newf->set_neighbor(0,fn); in fill_hole_regular()
1756 fn->set_neighbor(in,newf); in fill_hole_regular()
1767 newf->set_neighbor(1,fn); in fill_hole_regular()
1768 fn->set_neighbor(in,newf); in fill_hole_regular()
2166 f->set_neighbor(i, n->neighbor(1-in)); in stack_flip_dim1()
2167 n->neighbor(1-in)->set_neighbor(n->neighbor(1-in)->index(n), f); in stack_flip_dim1()
H A DTriangulation_ds_cell_base_3.h134 void set_neighbor(int i, Cell_handle n) in set_neighbor() function
H A DOptimal_transportation_reconstruction_2.h1024 cf->set_neighbor(i, cfi); in copy_neighbors()
1031 cf->set_neighbor(i, cfi); in copy_neighbors()
1056 face->set_neighbor(i, outer); in close_copy_mesh()
1057 outer->set_neighbor(0, face); in close_copy_mesh()
1064 outer_faces[i]->set_neighbor(2, outer_faces[j]); in close_copy_mesh()
1065 outer_faces[j]->set_neighbor(1, outer_faces[i]); in close_copy_mesh()
H A DConstrained_triangulation_2.h1307 fl->set_neighbor(2, fr); in triangulate_hole()
1308 fr->set_neighbor(2, fl); in triangulate_hole()
1501 newlf->set_neighbor(1, n1); in triangulate_half_hole()
1502 newlf->set_neighbor(0, n2); in triangulate_half_hole()
1503 n1->set_neighbor(ind1, newlf); in triangulate_half_hole()
1504 n2->set_neighbor(ind2, newlf); in triangulate_half_hole()
H A DPeriodic_3_triangulation_ds_cell_base_3.h137 void set_neighbor(int i, const Cell_handle& n) in set_neighbor() function
H A Dtriangulate_power_diagram_3.h700 ch1->set_neighbor(ch1->index((*it)), ch2); in do_collapse()
701 ch2->set_neighbor(ch2->index((*it)), ch1); in do_collapse()
/dports/math/libmesh/libmesh-1.6.2/src/parallel/
H A Dparallel_elem.C606 elem->set_neighbor(n, neigh); in unpack()
748 elem->set_neighbor(n, const_cast<RemoteElem *>(remote_elem)); in unpack()
757 elem->set_neighbor(n, const_cast<RemoteElem *>(remote_elem)); in unpack()
764 elem->set_neighbor(n, neigh); in unpack()
/dports/math/libmesh/libmesh-1.6.2/src/geom/
H A Delem.C1101 neigh_family_member->set_neighbor(nn, this); in make_links_to_me_local()
1145 n->set_neighbor(my_s, const_cast<RemoteElem *>(remote_elem)); in make_links_to_me_remote()
1151 neigh->set_neighbor(my_s, const_cast<RemoteElem *>(remote_elem)); in make_links_to_me_remote()
1188 n->set_neighbor(my_s, const_cast<RemoteElem *>(remote_elem)); in make_links_to_me_remote()
1247 n->set_neighbor(my_s, nullptr); in remove_links_to_me()
1253 neigh->set_neighbor(my_s, nullptr); in remove_links_to_me()
1289 n->set_neighbor(my_s, nullptr); in remove_links_to_me()
2352 current_neighbor->set_neighbor(w_n_a_i, nullptr); in nullify_neighbors()
2353 this->set_neighbor(n, nullptr); in nullify_neighbors()
/dports/math/libmesh/libmesh-1.6.2/include/systems/
H A Ddg_fem_context.h220 void set_neighbor(const Elem & neighbor) in set_neighbor() function
/dports/math/cgal/CGAL-5.3/include/CGAL/Tetrahedral_remeshing/internal/
H A Dflip_edges.h313 mirror_facet.first->set_neighbor(mirror_facet.second, ch); in flip_3_to_2()
314 ch->set_neighbor(v, mirror_facet.first); in flip_3_to_2()
938 facet.first->set_neighbor(facet.second, ch);
939 ch->set_neighbor(v, facet.first);
H A Dcollapse_short_edges.h190 n0_ch->set_neighbor(ch_id_in_n0, n1_ch); in collapse()
191 n1_ch->set_neighbor(ch_id_in_n1, n0_ch); in collapse()
812 n0_ch->set_neighbor(ch_id_in_n0, n1_ch); in collapse()
813 n1_ch->set_neighbor(ch_id_in_n1, n0_ch); in collapse()

12