Home
last modified time | relevance | path

Searched refs:num_child_meshsets (Results 1 – 12 of 12) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/vtkMOABReader/
H A DSimpleMoab.h309 this->Moab->num_child_meshsets(*i,&numChildren); in findEntityRootParents()
335 this->Moab->num_child_meshsets(*i,&numChildren); in findDetachedEntities()
424 this->Moab->num_child_meshsets(root,&numChildren); in numChildMeshSets()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DInterface.hpp1899 virtual ErrorCode num_child_meshsets(const EntityHandle meshset,
1951 int num_child_meshsets ) = 0;
H A DCore.hpp1060 virtual ErrorCode num_child_meshsets(const EntityHandle meshset,
1085 int num_child_meshsets);
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/parallel/
H A Dpcomm_unit.cpp1196 rval = moab.num_child_meshsets( set1, &count ); in test_pack_set_parent_child()
1198 rval = moab.num_child_meshsets( set2, &count ); in test_pack_set_parent_child()
1200 rval = moab.num_child_meshsets( set3, &count ); in test_pack_set_parent_child()
1222 rval = moab.num_child_meshsets( *i, &mcount ); in test_pack_set_parent_child()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A DMBTest.cpp1841 rval = MB->num_child_meshsets( sets[0], &count, 1 ); in mb_mesh_set_parent_child_test()
1852 rval = MB->num_child_meshsets( sets[0], &count, 2 ); in mb_mesh_set_parent_child_test()
1863 rval = MB->num_child_meshsets( sets[0], &count, 3 ); in mb_mesh_set_parent_child_test()
1874 rval = MB->num_child_meshsets( sets[0], &count, 4 ); in mb_mesh_set_parent_child_test()
1885 rval = MB->num_child_meshsets( sets[0], &count, 0 ); in mb_mesh_set_parent_child_test()
1912 if (MB_SUCCESS != MB->num_child_meshsets(sets[i], &count) || count) in mb_mesh_set_parent_child_test()
8244 rval = mb->num_child_meshsets( rs, &count ); in mb_root_set_test()
8246 rval = mb->num_child_meshsets( rs, &count, 2 ); in mb_root_set_test()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DBSPTree.cpp1162 rval = tool()->moab()->num_child_meshsets( iter.handle(), &n ); in get_neighbors()
H A DCore.cpp3527 ErrorCode Core::num_child_meshsets(const EntityHandle meshset, int* number, in serial_load_file() function in moab::Core
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/geometry/
H A Dcub2h5m.cpp293 result = MBI->num_child_meshsets(*i, &n_surfs); in remove_empty_cgm_surfs_and_vols()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/
H A DRELEASE_NOTES402 - Added num_hops argument for num_child_meshsets and num_parent_meshsets.
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/itaps/imesh/
H A DiMesh_MOAB.cpp1238 ErrorCode result = MOABI->num_child_meshsets in iMesh_getNumChld()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DWriteHDF5.cpp1074 rval = iFace->num_child_meshsets(set, &i);CHK_MB_ERR_0(rval); in get_set_info()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/parallel/
H A DParallelComm.cpp1563 …result = mbImpl->num_child_meshsets(*rit, &num_ch);MB_CHK_SET_ERR_RET_VAL(result, "Failed to get n… in estimate_sets_buffer_size()
3168 …result = mbImpl->num_child_meshsets(*rit, &num_pch);MB_CHK_SET_ERR(result, "Failed to get num chil… in pack_sets()