Home
last modified time | relevance | path

Searched refs:get_owned_sets (Results 1 – 4 of 4) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/parallel/moab/
H A DParallelComm.hpp640 ErrorCode get_owned_sets( unsigned owning_rank, Range& sets_out ) const;
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/parallel/
H A DWriteHDF5Parallel.cpp1443 rval = myPcomm->get_owned_sets(procs[i], tmp);CHECK_MB(rval); in communicate_shared_set_ids()
1988 rval = myPcomm->get_owned_sets(rank, owned);CHECK_MB(rval); in create_meshset_tables()
H A DParallelComm.cpp8687 ErrorCode ParallelComm::get_owned_sets(unsigned owning_rank, Range& sets_out) const in get_owned_sets() function in moab::ParallelComm
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/parallel/
H A Dparallel_unit_tests.cpp1436 if (MB_SUCCESS != pcomm.get_owned_sets( i, sets )) { in test_shared_sets()