Go to the source code of this file.
◆ xt_idxvec_from_stripes_new()
◆ xt_idxvec_new()
generates a new index list based on an index vector
- Parameters
-
[in] | idxlist | array containing the global indices |
[in] | num_indices | number of indices in idxlist |
- Returns
- returns a Xt_idxlist
- Examples
- idxlist_examples.c, test_idxlist_collection.c, test_idxmod.c, test_idxsection.c, test_idxstripes.c, test_idxvec.c, test_redist_collection_parallel.c, test_redist_collection_static_parallel.c, test_redist_common.c, test_redist_p2p.c, test_redist_p2p_parallel.c, test_uid.c, test_xmap_common.c, test_xmap_common_parallel.c, and test_xmap_intersection_parallel.c.
Definition at line 213 of file xt_idxvec.c.
◆ xt_idxvec_unpack()
Xt_idxlist xt_idxvec_unpack |
( |
void * | buffer, |
|
|
int | buffer_size, |
|
|
int * | position, |
|
|
MPI_Comm | comm ) |