Searched refs:sets_out (Results 1 – 11 of 11) sorted by relevance
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/parallel/ |
H A D | SharedSetData.cpp | 71 SharedSetData::get_shared_sets( Range& sets_out ) const in get_shared_sets() 76 sets_out.clear(); in get_shared_sets() 78 append_local_handles( i->second, sets_out ); in get_shared_sets() 85 Range& sets_out ) const in get_shared_sets() 87 sets_out.clear(); in get_shared_sets() 94 append_local_handles( i->second, sets_out ); in get_shared_sets()
|
H A D | SharedSetData.hpp | 52 ErrorCode get_shared_sets( Range& sets_out ) const; 55 ErrorCode get_shared_sets( unsigned rank, Range& sets_out ) const;
|
H A D | ParallelComm.cpp | 8687 ErrorCode ParallelComm::get_owned_sets(unsigned owning_rank, Range& sets_out) const in get_owned_sets() 8689 return sharedSetData->get_shared_sets(owning_rank, sets_out); in get_owned_sets()
|
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/ |
H A D | OrientedBoxTreeTool.hpp | 327 std::vector<EntityHandle>& sets_out, 342 std::vector<EntityHandle>& sets_out, 386 std::vector<EntityHandle>* sets_out = 0, 404 std::vector<EntityHandle>* sets_out = 0,
|
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/ |
H A D | OrientedBoxTreeTool.cpp | 597 if (!surf && sets_out) { in sphere_intersect_triangles() 664 if (sets_out) in sphere_intersect_triangles() 665 sets_out->push_back( surf ); in sphere_intersect_triangles() 1073 sets_out = int_reg_callback.get_sets(); in ray_intersect_sets() 1104 sets_out = int_reg_ctxt.get_sets(); in ray_intersect_sets() 1315 if (sets_out && !current_set) { in closest_to_location() 1395 if (sets_out) in closest_to_location() 1396 sets_out->clear(); in closest_to_location() 1403 if (sets_out) { in closest_to_location() 1405 std::swap( sets_out->front(), sets_out->back() ); in closest_to_location() [all …]
|
H A D | MeshSetSequence.hpp | 112 std::vector<const MeshSet*>* sets_out = 0, 117 std::vector<MeshSet*>& sets_out );
|
H A D | FBEngine.cpp | 752 std::vector<EntityHandle> sets_out; in getPntRayIntsct() local 755 sets_out, facets_out, rootForFace, tolerance, point, dir); in getPntRayIntsct() 759 for (j = 0; j < sets_out.size(); j++) in getPntRayIntsct() 760 intersect_entity_handles.push_back(sets_out[j]); in getPntRayIntsct() 1294 std::vector<EntityHandle> sets_out; in split_surface_with_direction() local 1297 sets_out, facets_out, rootForFace, tolerance, point, dir); in split_surface_with_direction() 1306 std::vector<EntityHandle>::iterator pFace = std::find(sets_out.begin(), sets_out.end(), face); in split_surface_with_direction() 1308 if (pFace == sets_out.end()) in split_surface_with_direction() 1310 unsigned int index = pFace-sets_out.begin(); in split_surface_with_direction()
|
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/ |
H A D | ReadHDF5.hpp | 444 ErrorCode find_sets_containing(Range& sets_out, bool read_set_containing_parents);
|
H A D | ReadHDF5.cpp | 2141 ErrorCode ReadHDF5::find_sets_containing(Range& sets_out, in find_sets_containing() argument 2162 read_set_containing_parents, sets_out); in find_sets_containing()
|
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/ |
H A D | gsets.cpp | 51 static void dot_nodes( std::ostream& s, Range& sets_out );
|
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/parallel/moab/ |
H A D | ParallelComm.hpp | 640 ErrorCode get_owned_sets( unsigned owning_rank, Range& sets_out ) const;
|