Home
last modified time | relevance | path

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

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/h5file/
H A Dh5sets_test.cpp774 rval = mb.get_meshset_options( sets[0], opts ); CHECK_ERR(rval); in test_set_flags()
776 rval = mb.get_meshset_options( sets[1], opts ); CHECK_ERR(rval); in test_set_flags()
778 rval = mb.get_meshset_options( sets[2], opts ); CHECK_ERR(rval); in test_set_flags()
780 rval = mb.get_meshset_options( sets[3], opts ); CHECK_ERR(rval); in test_set_flags()
782 rval = mb.get_meshset_options( sets[4], opts ); CHECK_ERR(rval); in test_set_flags()
784 rval = mb.get_meshset_options( sets[5], opts ); CHECK_ERR(rval); in test_set_flags()
H A Dh5file_test.cpp494 rval = iface->get_meshset_options( set1, opt1 ); in compare_sets()
496 rval = iface->get_meshset_options( set2, opt2 ); in compare_sets()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/refiner/
H A DMeshRefiner.cpp119 this->mesh_in->get_meshset_options( *it, set_work_opts ); in refine()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A Dreorder_test.cpp454 rval = mb->get_meshset_options( *it, flags ); in check_meshset_common()
556 rval = mb->get_meshset_options( *it, flags ); in check_handle_tag()
H A DMBTest.cpp2343 rval = mb->get_meshset_options( set, flags );MB_CHK_ERR(rval); in mb_mesh_set_flag_test()
2350 rval = mb->get_meshset_options( set, flags );MB_CHK_ERR(rval); in mb_mesh_set_flag_test()
2369 rval = mb->get_meshset_options( set, flags );MB_CHK_ERR(rval); in mb_mesh_set_flag_test()
2398 rval = mb->get_meshset_options( set, flags );MB_CHK_ERR(rval); in mb_mesh_set_flag_test()
2425 rval = mb->get_meshset_options( set, flags );MB_CHK_ERR(rval); in mb_mesh_set_flag_test()
8207 rval = mb->get_meshset_options( rs, flags ); in mb_root_set_test()
H A DTest_MBMeshSet.cpp339 ErrorCode rval = mb.get_meshset_options( set, flags ); in check_set_contents()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/parallel/
H A Dpcomm_unit.cpp1003 rval = moab.get_meshset_options( all_set, opt ); in test_pack_sets_simple()
1006 rval = moab.get_meshset_options( half1_set, opt ); in test_pack_sets_simple()
1009 rval = moab.get_meshset_options( half2_set, opt ); in test_pack_sets_simple()
1012 rval = moab.get_meshset_options( vertex_set, opt ); in test_pack_sets_simple()
1015 rval = moab.get_meshset_options( empty_set, opt ); in test_pack_sets_simple()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DWriteDamsel.cpp476 …rval = mbImpl->get_meshset_options(seth, opts);MB_CHK_SET_ERR(rval, "Failed to get options for mes… in write_sets()
H A DWriteHDF5.cpp1080 rval = iFace->get_meshset_options(set, u);CHK_MB_ERR_0(rval); in get_set_info()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DInterface.hpp1684 virtual ErrorCode get_meshset_options(const EntityHandle ms_handle,
H A DCore.hpp973 virtual ErrorCode get_meshset_options(const EntityHandle ms_handle,
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DReorderTool.cpp637 mMB->get_meshset_options( *i, opts ); in update_set_contents()
H A DCore.cpp3265 ErrorCode Core::get_meshset_options( const EntityHandle ms_handle, in serial_load_file() function in moab::Core
3912 rval = get_meshset_options(meshset, setoptions);MB_CHK_ERR(rval); in serial_load_file()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/itaps/imesh/
H A DiMesh_MOAB.cpp1009 ErrorCode result = MOABI->get_meshset_options(ENTITY_HANDLE(entity_set), options); in iMesh_isList()
3080 result = MOABI->get_meshset_options( ENTITY_HANDLE(entity_set_handle), flags ); in iMesh_initEntArrIterRec()
H A DiMeshP_MOAB.cpp1199 …ErrorCode result = MOABI->get_meshset_options( itaps_cast<EntityHandle>(entity_set_handle), flags … in iMeshP_initEntArrIter()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/parallel/
H A DWriteHDF5Parallel.cpp1864 rval = iFace->get_meshset_options(*i, data.setFlags);CHECK_MB(rval); in communicate_shared_set_data()
H A DParallelComm.cpp1540 …result = mbImpl->get_meshset_options(*rit, options);MB_CHK_SET_ERR_RET_VAL(result, "Failed to get … in estimate_sets_buffer_size()
3106 …result = mbImpl->get_meshset_options(*rit, options[i]);MB_CHK_SET_ERR(result, "Failed to get meshs… in pack_sets()