Home
last modified time | relevance | path

Searched refs:clear_meshset (Results 1 – 17 of 17) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DInterface.hpp1670 virtual ErrorCode clear_meshset( const EntityHandle *ms_handles,
1677 virtual ErrorCode clear_meshset( const Range &ms_handles) = 0;
H A DCore.hpp963 virtual ErrorCode clear_meshset( const EntityHandle *ms_handles,
970 virtual ErrorCode clear_meshset(const Range &ms_handles);
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DMetisPartitioner.cpp469 result = mbImpl->clear_meshset(tagged_sets); in write_aggregationtag_partition()
576 result = mbImpl->clear_meshset(tagged_sets); in write_partition()
H A DSkinner.cpp683 result = thisMB->clear_meshset(&boundary_edges, 1);MB_CHK_ERR(result); in classify_2d_boundary()
686 result = thisMB->clear_meshset(&inferred_edges, 1);MB_CHK_ERR(result); in classify_2d_boundary()
689 result = thisMB->clear_meshset(&non_manifold_edges, 1); MB_CHK_ERR(result); in classify_2d_boundary()
692 result = thisMB->clear_meshset(&other_edges, 1);MB_CHK_ERR(result); in classify_2d_boundary()
H A DBSPTree.cpp333 MB_SUCCESS == moab()->clear_meshset( &parent, 1 )) in split_leaf()
354 MB_SUCCESS == moab()->clear_meshset( &parent, 1 )) in split_leaf()
H A DReorderTool.cpp673 rval = mMB->clear_meshset( &*i, 1 ); in update_set_contents()
H A DAdaptiveKDTree.cpp420 MB_SUCCESS == moab()->clear_meshset( &parent, 1 )) in split_leaf()
442 MB_SUCCESS == moab()->clear_meshset( &parent, 1 )) in split_leaf()
H A DAEntityFactory.cpp433 return thisMB->clear_meshset(&base_entity, 1); in remove_all_adjacencies()
H A DCore.cpp3292 ErrorCode Core::clear_meshset( const EntityHandle *ms_handles, in serial_load_file() function in moab::Core
3307 ErrorCode Core::clear_meshset(const Range &ms_handles) in serial_load_file() function in moab::Core
H A DZoltanPartitioner.cpp1487 result = mbImpl->clear_meshset(tagged_sets); RR; in write_partition()
H A DFBEngine.cpp665 rval = MBI->clear_meshset(&result_entity_set, 1); in gsubtract()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/mbcslam/
H A Ddiffusion.cpp383 rval = mb->clear_meshset(&out_set, 1); in compute_tracer_case1()
H A Dlinear_advection.cpp232 rval = mb.clear_meshset(&out_set, 1); in main()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/
H A Dconvert.cpp947 rval = mb->clear_meshset(tagged_sets); MB_CHK_ERR(rval); in process_partition_file()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/IntxMesh/
H A Dwrap_intx.cpp936 rval = mb->clear_meshset(&out_set, 1); in cleanup_after_intersection()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A DTest_MBMeshSet.cpp1112 rval = mb.clear_meshset( &set, 1 ); in test_clear()
H A DMBTest.cpp1388 MB->clear_meshset(&temp_ms1, 1); in mb_mesh_sets_test()
2405 rval = mb->clear_meshset( &set, 1 ); in mb_mesh_set_flag_test()
8186 rval = mb->clear_meshset( &rs, 1 ); in mb_root_set_test()