Home
last modified time | relevance | path

Searched refs:id_from_handle (Results 1 – 25 of 76) sorted by relevance

1234

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/IntxMesh/
H A DIntx2MeshInPlane.cpp72 std::cout << "red " << mb->id_from_handle(red) << "\n"; in computeIntersectionBetweenRedAndBlue()
76 std::cout << "blue " << mb->id_from_handle(blue) << "\n"; in computeIntersectionBetweenRedAndBlue()
194 std::cout << "red, blue, nP, P " << mb->id_from_handle(red) << " " in findNodes()
195 << mb->id_from_handle(blue) << " " << nP << "\n"; in findNodes()
237 << mb->id_from_handle(redConn[j]) << " 2d coords:" << redCoords2D[2 * j] << " " in findNodes()
256 << mb->id_from_handle(blueConn[j]) << " d2:" << d2 << " \n"; in findNodes()
272 << mb->id_from_handle(adjRedEdges[j]) << " " << redConn[j] << " " in findNodes()
282 std::cerr<<" error in adjacent red edge: " << mb->id_from_handle(adjRedEdges[j])<< "\n"; in findNodes()
341 << " red polygon " << mb->id_from_handle(red) << " \n"; in findNodes()
381 std::cout << " polygon " << mb->id_from_handle(polyNew) << " nodes: " << nP << " :"; in findNodes()
[all …]
H A DIntxRllCssphere.cpp107 std::cout << "red " << mb->id_from_handle(red) << "\n"; in computeIntersectionBetweenRedAndBlue()
112 std::cout << "blue " << mb->id_from_handle(blue) << "\n"; in computeIntersectionBetweenRedAndBlue()
212 std::cout << "red, blue, nP, P " << mb->id_from_handle(red) << " " in findNodes()
213 << mb->id_from_handle(blue) << " " << nP << "\n"; in findNodes()
256 << mb->id_from_handle(redConn[j]) << " 2d coords:" << redCoords2D[2 * j] << " " in findNodes()
275 << mb->id_from_handle(blueConn[j]) << " d2:" << d2 << " \n"; in findNodes()
291 << mb->id_from_handle(adjRedEdges[j]) << " " << redConn[j] << " " in findNodes()
302 std::cerr<<" error in adjacent red edge: " << mb->id_from_handle(adjRedEdges[j])<< "\n"; in findNodes()
360 << " red quad " << mb->id_from_handle(red) << " \n"; in findNodes()
400 std::cout << " polygon " << mb->id_from_handle(polyNew) << " nodes: " << nP << " :"; in findNodes()
[all …]
H A DIntx2MeshOnSphere.cpp123 std::cout << "red " << mb->id_from_handle(red) << "\n"; in computeIntersectionBetweenRedAndBlue()
128 std::cout << "blue " << mb->id_from_handle(blue) << "\n"; in computeIntersectionBetweenRedAndBlue()
229 std::cout << "red, blue, nP, P " << mb->id_from_handle(red) << " " in findNodes()
230 << mb->id_from_handle(blue) << " " << nP << "\n"; in findNodes()
272 << mb->id_from_handle(redConn[j]) << " 2d coords:" << redCoords2D[2 * j] << " " in findNodes()
291 << mb->id_from_handle(blueConn[j]) << " d2:" << d2 << " \n"; in findNodes()
307 << mb->id_from_handle(adjRedEdges[j]) << " " << redConn[j] << " " in findNodes()
317 std::cerr<<" error in adjacent red edge: " << mb->id_from_handle(adjRedEdges[j])<< "\n"; in findNodes()
376 << " red quad " << mb->id_from_handle(red) << " \n"; in findNodes()
423 std::cout << " polygon " << mb->id_from_handle(polyNew) << " nodes: " << nP << " :"; in findNodes()
[all …]
H A DIntx2Mesh.cpp338 std::cout << mb->id_from_handle(redNeighbors[kk]) << " "; in intersect_meshes()
363 std::cout << mb->id_from_handle(*itr) << " "; in intersect_meshes()
420 << mb->id_from_handle(blueT); in intersect_meshes()
436 std::cout << " local blue elem " << mb->id_from_handle(neighbor) in intersect_meshes()
437 << " for red:" << mb->id_from_handle(currentRed) << "\n"; in intersect_meshes()
461 << mb->id_from_handle(currentRed) << " " in intersect_meshes()
462 << mb->id_from_handle(blueT) << "\n"; in intersect_meshes()
473 … " redID: " << mb->id_from_handle(currentRed) << " countingStart:" << countingStart << "\n"; in intersect_meshes()
507 << mb->id_from_handle(redNeigh) << " " in intersect_meshes()
508 << mb->id_from_handle(nextB) << std::endl; in intersect_meshes()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A Dinternals_test.cpp30 EntityID id_from_handle = handleUtils.id_from_handle(handle); in handle_test()
31 handle_test_assert( id_from_handle == id ) in handle_test()
49 unsigned long id_from_handle = ID_FROM_TAG_HANDLE(tag); in tag_test() local
50 tag_test_assert( id_from_handle == id ) in tag_test()
H A Dmerge_test.cpp514 id1 = gMB->id_from_handle((*iter).first); in merge_edges()
515 id2 = gMB->id_from_handle((*iter).second); in merge_edges()
568 id1 = gMB->id_from_handle((*iter).first); in merge_2D_elem()
569 id2 = gMB->id_from_handle((*iter).second); in merge_2D_elem()
591 id1 = gMB->id_from_handle((*iter).first); in merge_2D_elem()
592 id2 = gMB->id_from_handle((*iter).second); in merge_2D_elem()
652 id1 = gMB->id_from_handle((*iter).first); in merge_3D_elem()
653 id2 = gMB->id_from_handle((*iter).second); in merge_3D_elem()
675 id1 = gMB->id_from_handle((*iter).first); in merge_3D_elem()
676 id2 = gMB->id_from_handle((*iter).second); in merge_3D_elem()
H A Dverdict_test.cpp61 …tity type " << (EntityType)mb->type_from_handle(eh) << " id:" << mb->id_from_handle(eh) << " quali… in verdict_test1()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/examples/basic/
H A DGetEntities.cpp45 cout << "Vertex " << mb->id_from_handle(*it) << " adjacencies:" << endl; in main()
52 cout << CN::EntityTypeName(mb->type_from_handle(*it)) << " " << mb->id_from_handle(*it) in main()
55 cout << mb->id_from_handle(connect[i]) << " "; in main()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/moab/
H A Ddmmbfield.cxx287 …*dof = (dmmoab->bs == 1 ? dmmoab->gidmap[dmmoab->mbiface->id_from_handle(point) - dmmoab->seqstart… in DMMoabGetFieldDof()
288 …dmmoab->gidmap[dmmoab->mbiface->id_from_handle(point) - dmmoab->seqstart] * dmmoab->numFields + fi… in DMMoabGetFieldDof()
331 …dof[i] = (dmmoab->bs == 1 ? dmmoab->gidmap[dmmoab->mbiface->id_from_handle(points[i]) - dmmoab->se… in DMMoabGetFieldDofs()
332 …dmmoab->gidmap[dmmoab->mbiface->id_from_handle(points[i]) - dmmoab->seqstart] * dmmoab->numFields … in DMMoabGetFieldDofs()
375 …dof[i] = (dmmoab->bs > 1 ? dmmoab->lidmap[dmmoab->mbiface->id_from_handle(points[i]) - dmmoab->seq… in DMMoabGetFieldDofsLocal()
376 …dmmoab->lidmap[dmmoab->mbiface->id_from_handle(points[i]) - dmmoab->seqstart] + field * dmmoab->n); in DMMoabGetFieldDofsLocal()
421 …mFields + field] = (dmmoab->bs > 1 ? dmmoab->gidmap[dmmoab->mbiface->id_from_handle(points[i]) - d… in DMMoabGetDofs()
422 … dmmoab->gidmap[dmmoab->mbiface->id_from_handle(points[i]) - dmmoab->seqstart] + offset); in DMMoabGetDofs()
466 …mFields + field] = (dmmoab->bs > 1 ? dmmoab->lidmap[dmmoab->mbiface->id_from_handle(points[i]) - d… in DMMoabGetDofsLocal()
467 … dmmoab->lidmap[dmmoab->mbiface->id_from_handle(points[i]) - dmmoab->seqstart] + offset); in DMMoabGetDofsLocal()
H A Ddmmoab.cxx1118 dmmoab->seqstart = dmmoab->mbiface->id_from_handle(dmmoab->vlocal->front()); in DMSetUp_Moab()
1119 dmmoab->seqend = dmmoab->mbiface->id_from_handle(dmmoab->vlocal->back()); in DMSetUp_Moab()
1128 vent = dmmoab->mbiface->id_from_handle(*iter) - dmmoab->seqstart; in DMSetUp_Moab()
1137 vent = dmmoab->mbiface->id_from_handle(*iter) - dmmoab->seqstart; in DMSetUp_Moab()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DWriteGmsh.cpp146 *id_iter = mbImpl->id_from_handle(*i); in write_file()
202 id = mbImpl->id_from_handle(*i); in write_file()
241 out << mbImpl->id_from_handle(*i); in write_file()
272 out << ' ' << mbImpl->id_from_handle(conn[order[j]]); in write_file()
276 out << ' ' << mbImpl->id_from_handle(conn[j]); in write_file()
H A DWriteAns.cpp167 node_file << mbImpl->id_from_handle(node_handle); in write_file()
195 int ns_node_id = mbImpl->id_from_handle(*node_it); in write_file()
228 int elem_id = mbImpl->id_from_handle(elem_handle); in write_file()
276 int elem_id = mbImpl->id_from_handle(elem_handle); in write_file()
330 int elem_id = mbImpl->id_from_handle(elem_handle); in write_file()
426 int elem_id = mbImpl->id_from_handle(elem_handle); in write_file()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/
H A Dquality.cpp163 …err, "Error getting quality for entity type %d with id %ld \n", et, (long)mb.id_from_handle(*it) ); in main()
179 ofile << mb.id_from_handle(*it) ; in main()
193 …err, "Error getting quality for entity type %d with id %ld \n", et, (long)mb.id_from_handle(*it) ); in main()
201 ofile << mb.id_from_handle(*it) ; in main()
H A Dgsets.cpp168 s << 's' << mb.id_from_handle(h) << " [label = \"" << label; in dot_write_node()
230 int id = mb.id_from_handle(*i); in dot_nodes()
241 s << 's' << mb.id_from_handle(parent) << " -> " in dot_down_link()
242 << 's' << mb.id_from_handle(child); in dot_down_link()
H A Dpropagate_tags.cpp326 << iface->id_from_handle(*i) << std::endl; in main()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/io/
H A Dsmf_test.cpp103 vtx_ids[i] = mb.id_from_handle(conn[i]); in test_read_triangles()
113 vtx_ids[i] = mb.id_from_handle(conn[i]); in test_read_triangles()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DFBEngine.cpp1410 … _mbImpl->id_from_handle(tri) << "\n e1:" << e1 << " id:" <<_mbImpl->id_from_handle(e1) << in split_surface_with_direction()
1411 " e2:" << e2 << " id:" <<_mbImpl->id_from_handle(e2) <<"\n"; in split_surface_with_direction()
1913 std::cout<< " triangle id:" << _mbImpl->id_from_handle(t) << "\n"; in print_debug_triangle()
2192 std::cout << "vtx new tri : " << _mbImpl->id_from_handle(tri) in compute_intersection_points()
2251 std::cout << "edge new tri : " << _mbImpl->id_from_handle(tri) in compute_intersection_points()
2342 _mbImpl->id_from_handle(node) << "\n"; in split_edge_at_mesh_node()
2538 std::cout << "Split edge " << _mbImpl->id_from_handle(edge) in split_bedge_at_new_mesh_node()
2541 _mbImpl->id_from_handle(brokenEdge)<< "\n"; in split_bedge_at_new_mesh_node()
2643 << _mbImpl->id_from_handle(nodeSet) << " global id:" in split_bedge_at_new_mesh_node()
2763 std::cout<<"Split face " << _mbImpl->id_from_handle(face) << " at node:" << in split_boundary()
[all …]
H A DGeomTopoTool.cpp1331 …std::cout<< "edge: " << mdbImpl->id_from_handle(ed) << " type:" << mdbImpl->type_from_handle(ed)<<… in geometrize_surface_set()
1348 std::cout << "Start current edge: "<< mdbImpl->id_from_handle(current_edge) <<"\n "; in geometrize_surface_set()
1434 … std::cout<< "edge " << mdbImpl->id_from_handle (current_edge) << " not connected to node "<< in geometrize_surface_set()
1440 std::cout << " revert edge " << mdbImpl->id_from_handle (current_edge) << "\n"; in geometrize_surface_set()
1449 std::cout << "after revert edge " << mdbImpl->id_from_handle (current_edge) << "\n"; in geometrize_surface_set()
1464 std::cout << " current edge: "<< mdbImpl->id_from_handle(current_edge) <<"\n "; in geometrize_surface_set()
H A DSmoothFace.cpp209 unsigned long setId = _mb->id_from_handle(_set); in init_gradient()
300 std::cout << " Node id " << _mb->id_from_handle(node) << " " in init_gradient()
367 std::cout << "edge: " << _mb-> id_from_handle(edge) << " tangents: " in init_bezier_edge()
645 unsigned long setId = _mb->id_from_handle(_set); in DumpModelControlPoints()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/parallel/
H A Daugment_with_ghosts.cpp43 …std::cout << " set " << mb->id_from_handle(*it) << " with tagval="<<vals[j]<< " has " << ents.… in report_sets()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/examples/old/
H A DKDTree.cpp132 int id = mb.id_from_handle(hex); in print_hex()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/obb/
H A Dobb_test.cpp302 stream << instance->id_from_handle(handle) << ": " in print()
599 stream << instance->id_from_handle( node ) << ": " in visit()
662 int id = tool->get_moab_instance()->id_from_handle( node ); in visit()
698 int id = instance->id_from_handle( node ); in visit()
1182 std::cout << " " << tool.get_moab_instance()->id_from_handle(*i2); in do_ray_fire_test()
/dports/lang/gcc48/gcc-4.8.5/libgfortran/io/
H A Dunix.c60 id_from_handle (HANDLE hFile) in id_from_handle() function
88 res = id_from_handle (hFile); in id_from_path()
97 return id_from_handle ((HANDLE) _get_osfhandle (fd)); in id_from_fd()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgfortran/io/
H A Dunix.c63 id_from_handle (HANDLE hFile) in id_from_handle() function
91 res = id_from_handle (hFile); in id_from_path()
100 return id_from_handle ((HANDLE) _get_osfhandle (fd)); in id_from_fd()
/dports/devel/mingw32-gcc/gcc-4.8.1/libgfortran/io/
H A Dunix.c60 id_from_handle (HANDLE hFile) in id_from_handle() function
88 res = id_from_handle (hFile); in id_from_path()
97 return id_from_handle ((HANDLE) _get_osfhandle (fd)); in id_from_fd()

1234