Home
last modified time | relevance | path

Searched refs:sets_out (Results 1 – 11 of 11) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/parallel/
H A DSharedSetData.cpp71 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 DSharedSetData.hpp52 ErrorCode get_shared_sets( Range& sets_out ) const;
55 ErrorCode get_shared_sets( unsigned rank, Range& sets_out ) const;
H A DParallelComm.cpp8687 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 DOrientedBoxTreeTool.hpp327 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 DOrientedBoxTreeTool.cpp597 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 DMeshSetSequence.hpp112 std::vector<const MeshSet*>* sets_out = 0,
117 std::vector<MeshSet*>& sets_out );
H A DFBEngine.cpp752 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 DReadHDF5.hpp444 ErrorCode find_sets_containing(Range& sets_out, bool read_set_containing_parents);
H A DReadHDF5.cpp2141 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 Dgsets.cpp51 static void dot_nodes( std::ostream& s, Range& sets_out );
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/parallel/moab/
H A DParallelComm.hpp640 ErrorCode get_owned_sets( unsigned owning_rank, Range& sets_out ) const;